<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andreas</id>
	<title>Slicer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andreas"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/wiki/Special:Contributions/Andreas"/>
	<updated>2026-05-24T16:46:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Announcments-3.2-Team&amp;diff=5108</id>
		<title>Announcments-3.2-Team</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Announcments-3.2-Team&amp;diff=5108"/>
		<updated>2008-06-05T17:25:33Z</updated>

		<summary type="html">&lt;p&gt;Andreas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; [[Announcements:Slicer3.2|Back to the Slicer 3.2 announcement]]&lt;br /&gt;
&lt;br /&gt;
Development of Slicer 3.2 has been supported through volunteer work and through a number of funding mechanisms and sources. Please see the [http://www.slicer.org/pages/Acknowledgments Slicer acknowledgments page].&lt;br /&gt;
&lt;br /&gt;
Major contributors for the Slicer 3.2 release include:&lt;br /&gt;
* [http://www.spl.harvard.edu/~kikinis Ron Kikinis]: Overall leadership&lt;br /&gt;
* [http://www.spl.harvard.edu/~pieper Steve Pieper]: Chief architect&lt;br /&gt;
* [http://lmi.bwh.harvard.edu/~westin Carl-Fredrik Westin]: Diffusion MRI overview&lt;br /&gt;
* [http://www.spl.harvard.edu/~alexy Alex Yarmarkovich]: MRML, DTI modules, software development&lt;br /&gt;
* [http://www.spl.harvard.edu/~hayes Kathryn Hayes]: Release engineering, software development, quality assurance&lt;br /&gt;
* [http://www.spl.harvard.edu/~kerstin Kerstin Kessel]: Diffusion Editor&lt;br /&gt;
* [http://www.spl.harvard.edu/~freudling Andreas Freudling]: Volume Rendering Module&lt;/div&gt;</summary>
		<author><name>Andreas</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:DocumentationWink&amp;diff=3824</id>
		<title>Slicer3:DocumentationWink</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:DocumentationWink&amp;diff=3824"/>
		<updated>2008-02-07T14:24:08Z</updated>

		<summary type="html">&lt;p&gt;Andreas: /* What are the best settings if using Wink with Slicer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes how to get wink and what the best settings are in combination with Slicer3. Please feel free to add settings, tips and tricks etc.&lt;br /&gt;
==What is Wink?==&lt;br /&gt;
&amp;quot;Wink is a Tutorial and Presentation creation software, primarily aimed at creating tutorials on how to use software (like a tutor for MS-Word/Excel etc). Using Wink you can capture screenshots, add explanations boxes, buttons, titles etc and generate a highly effective tutorial for your users.&amp;quot; See more details here [http://www.debugmode.com/wink/ here].&lt;br /&gt;
==How do I get Wink?==&lt;br /&gt;
Wink can be downloaded [http://www.debugmode.com/wink/download.php here]&lt;br /&gt;
==What are the best settings if using Wink with Slicer==&lt;br /&gt;
* Record Slicer at a window size of about 1400x1050.&lt;br /&gt;
* Set Slicer's font size to largest.&lt;br /&gt;
* Choose a &amp;quot;Time Captured Rate&amp;quot; of 4 frames per second.&lt;br /&gt;
* Write down the steps that you want to do in your tutorial before recording it.&lt;br /&gt;
* Record your tutorial.&lt;br /&gt;
* Go to &amp;quot;Resize All Frames&amp;quot; (Projects menu), select Resize &amp;quot;Only frame&amp;quot; and &amp;quot;Resize to percent&amp;quot; this what that you reach a resolution of about 800x600.&lt;br /&gt;
* Add annotations and text boxes to your animation.&lt;br /&gt;
* If you add an annotation set &amp;quot;Stay in this frame for&amp;quot; to 5 seconds.&lt;br /&gt;
* When creating your project choose 10 frames per second.&lt;/div&gt;</summary>
		<author><name>Andreas</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Module_Link_Setup_for_Windows&amp;diff=3992</id>
		<title>Slicer3:Module Link Setup for Windows</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Module_Link_Setup_for_Windows&amp;diff=3992"/>
		<updated>2007-09-20T12:58:10Z</updated>

		<summary type="html">&lt;p&gt;Andreas: /* I still get linker errors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When making a new library or module for Slicer3 you need to carefully set things up so for building.  Best thing to do is copy an existing directory that does something similar to what you have in mind and then change things to match your module setup.&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LibraryName is the first argument to ADD_LIBRARY in CMakeLists for your directory.&lt;br /&gt;
&lt;br /&gt;
LIRBARYNAME is the argument to PROJECT() at the top of the CMakeLists&lt;br /&gt;
&lt;br /&gt;
== Files to Change/Create ==&lt;br /&gt;
&lt;br /&gt;
vtkLibraryNameConfigure.h.in -- just copy and rename an example one.&lt;br /&gt;
&lt;br /&gt;
vtkLibraryName.h -- copy and rename example one and have it include vtkLibraryNameWin32Header.h (note that this .h file will be in your build directory and is made from the .h.in file above).&lt;br /&gt;
&lt;br /&gt;
vtkLibraryNameWin32Header.h -- make the following changes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#ifndef __vtkLibraryNameWin32Header_h&lt;br /&gt;
#define __vtkLibraryNameWin32Header_h&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;vtkLibraryNameConfigure.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#if defined(WIN32) &amp;amp;&amp;amp; !defined(VTKSLICER_STATIC)&lt;br /&gt;
#if defined(LibraryName_EXPORTS)&lt;br /&gt;
#define VTK_LIBRARYNAME_EXPORT __declspec( dllexport ) &lt;br /&gt;
#else&lt;br /&gt;
#define VTK_LIBRARYNAME_EXPORT __declspec( dllimport ) &lt;br /&gt;
#endif&lt;br /&gt;
#else&lt;br /&gt;
#define VTK_LIBRARYNAME_EXPORT &lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
#endif&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== In your code ==&lt;br /&gt;
&lt;br /&gt;
In the .h files for your classes:&lt;br /&gt;
&lt;br /&gt;
 #include &amp;quot;vtkLibraryName.h&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Declare your classes as:&lt;br /&gt;
&lt;br /&gt;
 class VTK_LIBRARYNAME_EXPORT vtkMyClass : public vtkMySuperClass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CMakeLists.txt should contain:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CONFIGURE_FILE(&lt;br /&gt;
  ${LIBRARYNAME_SOURCE_DIR}/vtkLibraryNameConfigure.h.in &lt;br /&gt;
  ${LIBRARYNAME_BINARY_DIR}/vtkLibraryNameConfigure.h&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==I still get linker errors==&lt;br /&gt;
If you still get the linker errors lnk2001 or lnk 2019 make sure that you declared the copy constructor and the assignment operator:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vtkMyClass(const vtkMyClass&amp;amp;);&lt;br /&gt;
void operator=(const vtkMyClass&amp;amp;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andreas</name></author>
		
	</entry>
</feed>