ActiViz .NET  5.10.1
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Properties | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
Kitware.VTK.vtkObject Class Reference

vtkObject - abstract base class for most VTK objects More...

Inheritance diagram for Kitware.VTK.vtkObject:
[legend]
Collaboration diagram for Kitware.VTK.vtkObject:
[legend]

Public Member Functions

 vtkObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly. More...
 
 vtkObject ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
uint AddObserver (uint arg0, vtkCommand arg1, float priority)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
uint AddObserver (string arg0, vtkCommand arg1, float priority)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
vtkCommand GetCommand (uint tag)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
byte GetDebug ()
 Get the value of the debug flag. More...
 
virtual uint GetMTime ()
 Return this object's modified time. More...
 
int HasObserver (uint arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int HasObserver (string arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int HasObserver (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int HasObserver (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int InvokeEvent (uint arg0, IntPtr callData)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int InvokeEvent (string arg0, IntPtr callData)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int InvokeEvent (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int InvokeEvent (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
override int IsA (string type)
 Undocumented Block More...
 
virtual void Modified ()
 Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data. The modification time is a unique monotonically increasing unsigned long integer. More...
 
vtkObject NewInstance ()
 Undocumented Block More...
 
void RemoveAllObservers ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObserver (vtkCommand arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObserver (uint tag)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObservers (uint arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObservers (string arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObservers (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObservers (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void SetDebug (byte debugFlag)
 Set the value of the debug flag. A non-zero value turns debugging on. More...
 
override string ToString ()
 Returns the result of calling vtkObject::Print as a C# string. More...
 
delegate void vtkObjectEventHandler (vtkObject sender, vtkObjectEventArgs e)
 Generic signature for all vtkObject events. More...
 
void RemoveAllHandlersForAllEvents ()
 Call RemoveAllHandlers on each non-null vtkObjectEventRelay. TODO: This method needs to get called by the generated Dispose. Make that happen... More...
 
- Public Member Functions inherited from Kitware.VTK.vtkObjectBase
 vtkObjectBase (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly. More...
 
 vtkObjectBase ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
virtual void Register (vtkObjectBase o)
 Increase the reference count (mark as used by another object). More...
 
virtual void FastDelete ()
 Delete a reference to this object. This version will not invoke garbage collection and can potentially leak the object if it is part of a reference loop. Use this method only when it is known that the object has another reference and would not be collected if a full garbage collection check were done. More...
 
string GetClassName ()
 Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeMacro found in vtkSetGet.h. More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int arg0)
 Sets the reference count. (This is very dangerous, use with care.) More...
 

Static Public Member Functions

static new vtkObject New ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. It allows the debugger to break on error. More...
 
static int GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static new int IsTypeOf (string type)
 Undocumented Block More...
 
static vtkObject SafeDownCast (vtkObjectBase o)
 Undocumented Block More...
 
static void SetGlobalWarningDisplay (int val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from Kitware.VTK.vtkObjectBase
static vtkObjectBase New ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static int IsTypeOf (string name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. More...
 

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkObject"
 Automatically generated type registration mechanics. More...
 
- Public Attributes inherited from Kitware.VTK.vtkObjectBase
new const string MRFullTypeName = "Kitware.VTK.vtkObjectBase"
 Automatically generated type registration mechanics. More...
 
- Public Attributes inherited from Kitware.VTK.WrappedObject
const string vtkChartsEL_dll = "libKitware.VTK.vtkCharts.Unmanaged.so"
 Export layer functions for 'vtkCharts' are exported from the DLL named by the value of this variable. More...
 
const string vtkCommonEL_dll = "libKitware.VTK.vtkCommon.Unmanaged.so"
 Export layer functions for 'vtkCommon' are exported from the DLL named by the value of this variable. More...
 
const string vtkFilteringEL_dll = "libKitware.VTK.vtkFiltering.Unmanaged.so"
 Export layer functions for 'vtkFiltering' are exported from the DLL named by the value of this variable. More...
 
const string vtkGenericFilteringEL_dll = "libKitware.VTK.vtkGenericFiltering.Unmanaged.so"
 Export layer functions for 'vtkGenericFiltering' are exported from the DLL named by the value of this variable. More...
 
const string vtkGeovisEL_dll = "libKitware.VTK.vtkGeovis.Unmanaged.so"
 Export layer functions for 'vtkGeovis' are exported from the DLL named by the value of this variable. More...
 
const string vtkGraphicsEL_dll = "libKitware.VTK.vtkGraphics.Unmanaged.so"
 Export layer functions for 'vtkGraphics' are exported from the DLL named by the value of this variable. More...
 
const string vtkHybridEL_dll = "libKitware.VTK.vtkHybrid.Unmanaged.so"
 Export layer functions for 'vtkHybrid' are exported from the DLL named by the value of this variable. More...
 
const string vtkIOEL_dll = "libKitware.VTK.vtkIO.Unmanaged.so"
 Export layer functions for 'vtkIO' are exported from the DLL named by the value of this variable. More...
 
const string vtkImagingEL_dll = "libKitware.VTK.vtkImaging.Unmanaged.so"
 Export layer functions for 'vtkImaging' are exported from the DLL named by the value of this variable. More...
 
const string vtkInfovisEL_dll = "libKitware.VTK.vtkInfovis.Unmanaged.so"
 Export layer functions for 'vtkInfovis' are exported from the DLL named by the value of this variable. More...
 
const string vtkParallelEL_dll = "libKitware.VTK.vtkParallel.Unmanaged.so"
 Export layer functions for 'vtkParallel' are exported from the DLL named by the value of this variable. More...
 
const string vtkRenderingEL_dll = "libKitware.VTK.vtkRendering.Unmanaged.so"
 Export layer functions for 'vtkRendering' are exported from the DLL named by the value of this variable. More...
 
const string vtkViewsEL_dll = "libKitware.VTK.vtkViews.Unmanaged.so"
 Export layer functions for 'vtkViews' are exported from the DLL named by the value of this variable. More...
 
const string vtkVolumeRenderingEL_dll = "libKitware.VTK.vtkVolumeRendering.Unmanaged.so"
 Export layer functions for 'vtkVolumeRendering' are exported from the DLL named by the value of this variable. More...
 
const string vtkWidgetsEL_dll = "libKitware.VTK.vtkWidgets.Unmanaged.so"
 Export layer functions for 'vtkWidgets' are exported from the DLL named by the value of this variable. More...
 

Static Public Attributes

static new readonly string MRClassNameKey = "9vtkObject"
 Automatically generated type registration mechanics. More...
 
- Static Public Attributes inherited from Kitware.VTK.vtkObjectBase
static new readonly string MRClassNameKey = "13vtkObjectBase"
 Automatically generated type registration mechanics. More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. More...
 
- Protected Member Functions inherited from Kitware.VTK.vtkObjectBase
override void Dispose (bool disposing)
 Decrease the reference count (release by another object). This has the same effect as invoking Delete() (i.e., it reduces the reference count by 1). More...
 
- Protected Member Functions inherited from Kitware.VTK.WrappedObject
 WrappedObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Constructor expected by the mummy Runtime. More...
 

Properties

Kitware.VTK.vtkObject.vtkObjectEventHandler AbortCheckEvt
 The AbortCheckEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AbortCheckEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler AnimationCueTickEvt
 The AnimationCueTickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnimationCueTickEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler AnyEvt
 The AnyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnyEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler CharEvt
 The CharEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CharEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ConfigureEvt
 The ConfigureEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConfigureEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ConnectionClosedEvt
 The ConnectionClosedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionClosedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ConnectionCreatedEvt
 The ConnectionCreatedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionCreatedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler CreateTimerEvt
 The CreateTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CreateTimerEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler CursorChangedEvt
 The CursorChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CursorChangedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler DeleteEvt
 The DeleteEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DeleteEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler DestroyTimerEvt
 The DestroyTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DestroyTimerEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler DisableEvt
 The DisableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DisableEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler DomainModifiedEvt
 The DomainModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DomainModifiedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EnableEvt
 The EnableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnableEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EndAnimationCueEvt
 The EndAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndAnimationCueEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EndEvt
 The EndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EndInteractionEvt
 The EndInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndInteractionEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EndPickEvt
 The EndPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndPickEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EndWindowLevelEvt
 The EndWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndWindowLevelEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EnterEvt
 The EnterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnterEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ErrorEvt
 The ErrorEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ErrorEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ExecuteInformationEvt
 The ExecuteInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExecuteInformationEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ExitEvt
 The ExitEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExitEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ExposeEvt
 The ExposeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExposeEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler InteractionEvt
 The InteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.InteractionEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler KeyPressEvt
 The KeyPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyPressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler KeyReleaseEvt
 The KeyReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyReleaseEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler LeaveEvt
 The LeaveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeaveEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler LeftButtonPressEvt
 The LeftButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonPressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler LeftButtonReleaseEvt
 The LeftButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonReleaseEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler MiddleButtonPressEvt
 The MiddleButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonPressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler MiddleButtonReleaseEvt
 The MiddleButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonReleaseEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ModifiedEvt
 The ModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ModifiedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseMoveEvt
 The MouseMoveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseMoveEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseWheelBackwardEvt
 The MouseWheelBackwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelBackwardEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseWheelForwardEvt
 The MouseWheelForwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelForwardEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler PickEvt
 The PickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PickEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler PlacePointEvt
 The PlacePointEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlacePointEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler PlaceWidgetEvt
 The PlaceWidgetEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlaceWidgetEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ProgressEvt
 The ProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ProgressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler PropertyModifiedEvt
 The PropertyModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PropertyModifiedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler RegisterEvt
 The RegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RegisterEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler RenderEvt
 The RenderEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler RenderWindowMessageEvt
 The RenderWindowMessageEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderWindowMessageEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetCameraClippingRangeEvt
 The ResetCameraClippingRangeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraClippingRangeEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetCameraEvt
 The ResetCameraEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetWindowLevelEvt
 The ResetWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetWindowLevelEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler RightButtonPressEvt
 The RightButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonPressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler RightButtonReleaseEvt
 The RightButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonReleaseEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler SelectionChangedEvt
 The SelectionChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SelectionChangedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler SetOutputEvt
 The SetOutputEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SetOutputEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler StartAnimationCueEvt
 The StartAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartAnimationCueEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler StartEvt
 The StartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler StartInteractionEvt
 The StartInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartInteractionEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler StartPickEvt
 The StartPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartPickEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler StartWindowLevelEvt
 The StartWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartWindowLevelEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler TimerEvt
 The TimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.TimerEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler UnRegisterEvt
 The UnRegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UnRegisterEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdateEvt
 The UpdateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdateInformationEvt
 The UpdateInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateInformationEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdatePropertyEvt
 The UpdatePropertyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdatePropertyEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsEndEvt
 The VolumeMapperComputeGradientsEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsEndEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsProgressEvt
 The VolumeMapperComputeGradientsProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsProgressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsStartEvt
 The VolumeMapperComputeGradientsStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsStartEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderEndEvt
 The VolumeMapperRenderEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderEndEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderProgressEvt
 The VolumeMapperRenderProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderProgressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderStartEvt
 The VolumeMapperRenderStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderStartEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WarningEvt
 The WarningEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WarningEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetActivateEvt
 The WidgetActivateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetActivateEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetModifiedEvt
 The WidgetModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetModifiedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetValueChangedEvt
 The WidgetValueChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetValueChangedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WindowLevelEvt
 The WindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WindowLevelEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WrongTagEvt
 The WrongTagEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WrongTagEvent as the eventId parameter. More...
 

Private Member Functions

static string vtkObject_Print (HandleRef pThis)
 

Static Private Member Functions

static vtkObject ()
 Automatically generated type registration mechanics. More...
 

Private Attributes

vtkObjectEventRelay AbortCheckEvtRelay
 
vtkObjectEventRelay AnimationCueTickEvtRelay
 
vtkObjectEventRelay AnyEvtRelay
 
vtkObjectEventRelay CharEvtRelay
 
vtkObjectEventRelay ConfigureEvtRelay
 
vtkObjectEventRelay ConnectionClosedEvtRelay
 
vtkObjectEventRelay ConnectionCreatedEvtRelay
 
vtkObjectEventRelay CreateTimerEvtRelay
 
vtkObjectEventRelay CursorChangedEvtRelay
 
vtkObjectEventRelay DeleteEvtRelay
 
vtkObjectEventRelay DestroyTimerEvtRelay
 
vtkObjectEventRelay DisableEvtRelay
 
vtkObjectEventRelay DomainModifiedEvtRelay
 
vtkObjectEventRelay EnableEvtRelay
 
vtkObjectEventRelay EndAnimationCueEvtRelay
 
vtkObjectEventRelay EndEvtRelay
 
vtkObjectEventRelay EndInteractionEvtRelay
 
vtkObjectEventRelay EndPickEvtRelay
 
vtkObjectEventRelay EndWindowLevelEvtRelay
 
vtkObjectEventRelay EnterEvtRelay
 
vtkObjectEventRelay ErrorEvtRelay
 
vtkObjectEventRelay ExecuteInformationEvtRelay
 
vtkObjectEventRelay ExitEvtRelay
 
vtkObjectEventRelay ExposeEvtRelay
 
vtkObjectEventRelay InteractionEvtRelay
 
vtkObjectEventRelay KeyPressEvtRelay
 
vtkObjectEventRelay KeyReleaseEvtRelay
 
vtkObjectEventRelay LeaveEvtRelay
 
vtkObjectEventRelay LeftButtonPressEvtRelay
 
vtkObjectEventRelay LeftButtonReleaseEvtRelay
 
vtkObjectEventRelay MiddleButtonPressEvtRelay
 
vtkObjectEventRelay MiddleButtonReleaseEvtRelay
 
vtkObjectEventRelay ModifiedEvtRelay
 
vtkObjectEventRelay MouseMoveEvtRelay
 
vtkObjectEventRelay MouseWheelBackwardEvtRelay
 
vtkObjectEventRelay MouseWheelForwardEvtRelay
 
vtkObjectEventRelay PickEvtRelay
 
vtkObjectEventRelay PlacePointEvtRelay
 
vtkObjectEventRelay PlaceWidgetEvtRelay
 
vtkObjectEventRelay ProgressEvtRelay
 
vtkObjectEventRelay PropertyModifiedEvtRelay
 
vtkObjectEventRelay RegisterEvtRelay
 
vtkObjectEventRelay RenderEvtRelay
 
vtkObjectEventRelay RenderWindowMessageEvtRelay
 
vtkObjectEventRelay ResetCameraClippingRangeEvtRelay
 
vtkObjectEventRelay ResetCameraEvtRelay
 
vtkObjectEventRelay ResetWindowLevelEvtRelay
 
vtkObjectEventRelay RightButtonPressEvtRelay
 
vtkObjectEventRelay RightButtonReleaseEvtRelay
 
vtkObjectEventRelay SelectionChangedEvtRelay
 
vtkObjectEventRelay SetOutputEvtRelay
 
vtkObjectEventRelay StartAnimationCueEvtRelay
 
vtkObjectEventRelay StartEvtRelay
 
vtkObjectEventRelay StartInteractionEvtRelay
 
vtkObjectEventRelay StartPickEvtRelay
 
vtkObjectEventRelay StartWindowLevelEvtRelay
 
vtkObjectEventRelay TimerEvtRelay
 
vtkObjectEventRelay UnRegisterEvtRelay
 
vtkObjectEventRelay UpdateEvtRelay
 
vtkObjectEventRelay UpdateInformationEvtRelay
 
vtkObjectEventRelay UpdatePropertyEvtRelay
 
vtkObjectEventRelay VolumeMapperComputeGradientsEndEvtRelay
 
vtkObjectEventRelay VolumeMapperComputeGradientsProgressEvtRelay
 
vtkObjectEventRelay VolumeMapperComputeGradientsStartEvtRelay
 
vtkObjectEventRelay VolumeMapperRenderEndEvtRelay
 
vtkObjectEventRelay VolumeMapperRenderProgressEvtRelay
 
vtkObjectEventRelay VolumeMapperRenderStartEvtRelay
 
vtkObjectEventRelay WarningEvtRelay
 
vtkObjectEventRelay WidgetActivateEvtRelay
 
vtkObjectEventRelay WidgetModifiedEvtRelay
 
vtkObjectEventRelay WidgetValueChangedEvtRelay
 
vtkObjectEventRelay WindowLevelEvtRelay
 
vtkObjectEventRelay WrongTagEvtRelay
 

Detailed Description

vtkObject - abstract base class for most VTK objects

Description vtkObject is the base class for most objects in the visualization toolkit. vtkObject provides methods for tracking modification time, debugging, printing, and event callbacks. Most objects created within the VTK framework should be a subclass of vtkObject or one of its children. The few exceptions tend to be very small helper classes that usually never get instantiated or situations where multiple inheritance gets in the way. vtkObject also performs reference counting: objects that are reference counted exist as long as another object uses them. Once the last reference to a reference counted object is removed, the object will spontaneously destruct.

Constructor & Destructor Documentation

static Kitware.VTK.vtkObject.vtkObject ( )
staticprivate

Automatically generated type registration mechanics.

Kitware.VTK.vtkObject.vtkObject ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Kitware.VTK.vtkObject.vtkObject ( )

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Member Function Documentation

uint Kitware.VTK.vtkObject.AddObserver ( uint  arg0,
vtkCommand  arg1,
float  priority 
)

This is a global flag that controls whether any debug, warning or error messages are displayed.

uint Kitware.VTK.vtkObject.AddObserver ( string  arg0,
vtkCommand  arg1,
float  priority 
)

This is a global flag that controls whether any debug, warning or error messages are displayed.

static void Kitware.VTK.vtkObject.BreakOnError ( )
static

This method is called when vtkErrorMacro executes. It allows the debugger to break on error.

virtual void Kitware.VTK.vtkObject.DebugOff ( )
virtual

Turn debugging output off.

Reimplemented in Kitware.VTK.vtkImageOpenClose3D.

virtual void Kitware.VTK.vtkObject.DebugOn ( )
virtual

Turn debugging output on.

Reimplemented in Kitware.VTK.vtkImageOpenClose3D.

override void Kitware.VTK.vtkObject.Dispose ( bool  disposing)
protected

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

vtkCommand Kitware.VTK.vtkObject.GetCommand ( uint  tag)

This is a global flag that controls whether any debug, warning or error messages are displayed.

Here is the call graph for this function:

byte Kitware.VTK.vtkObject.GetDebug ( )

Get the value of the debug flag.

static int Kitware.VTK.vtkObject.GetGlobalWarningDisplay ( )
static

This is a global flag that controls whether any debug, warning or error messages are displayed.

virtual uint Kitware.VTK.vtkObject.GetMTime ( )
virtual

Return this object's modified time.

Reimplemented in Kitware.VTK.vtkExodusIIReader, Kitware.VTK.vtkDataObject, Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkGraph, Kitware.VTK.vtkRenderer, Kitware.VTK.vtkDataSet, Kitware.VTK.vtkVolumeProperty, Kitware.VTK.vtkImageProperty, Kitware.VTK.vtkFieldData, Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkImageReslice, Kitware.VTK.vtkLineRepresentation, Kitware.VTK.vtkSelectionNode, Kitware.VTK.vtkMapper, Kitware.VTK.vtkGenericDataSet, Kitware.VTK.vtkBoxClipDataSet, Kitware.VTK.vtkAxesActor, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkTableBasedClipDataSet, Kitware.VTK.vtkClipPolyData, Kitware.VTK.vtkGenericClip, Kitware.VTK.vtkGlyph3D, Kitware.VTK.vtkClipVolume, Kitware.VTK.vtkClipDataSet, Kitware.VTK.vtkClipHyperOctree, Kitware.VTK.vtkGenericContourFilter, Kitware.VTK.vtkContourFilter, Kitware.VTK.vtkGeometryFilter, Kitware.VTK.vtkMarchingContourFilter, Kitware.VTK.vtkUnstructuredGridGeometryFilter, Kitware.VTK.vtkContourGrid, Kitware.VTK.vtkCleanPolyData, Kitware.VTK.vtkGenericGeometryFilter, Kitware.VTK.vtkExtractUnstructuredGrid, Kitware.VTK.vtkPerspectiveTransform, Kitware.VTK.vtkTransform, Kitware.VTK.vtkApplyColors, Kitware.VTK.vtkImageResize, Kitware.VTK.vtkSpline, Kitware.VTK.vtkMarchingCubes, Kitware.VTK.vtkMCubesReader, Kitware.VTK.vtkSynchronizedTemplates3D, Kitware.VTK.vtkFeatureEdges, Kitware.VTK.vtkImageMarchingCubes, Kitware.VTK.vtkLabelPlacer, Kitware.VTK.vtkRectilinearSynchronizedTemplates, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkHandleRepresentation, Kitware.VTK.vtkDelaunay3D, Kitware.VTK.vtkCameraInterpolator, Kitware.VTK.vtkSelectPolyData, Kitware.VTK.vtkCutter, Kitware.VTK.vtkAnnotationLayers, Kitware.VTK.vtkImageResliceMapper, Kitware.VTK.vtkGridSynchronizedTemplates3D, Kitware.VTK.vtkBandedPolyDataContourFilter, Kitware.VTK.vtkAnnotation, Kitware.VTK.vtkGenericCutter, Kitware.VTK.vtkHyperOctreeCutter, Kitware.VTK.vtkArcPlotter, Kitware.VTK.vtkResliceCursor, Kitware.VTK.vtkImageStack, Kitware.VTK.vtkVolume, Kitware.VTK.vtkExtractCTHPart, Kitware.VTK.vtkGeneralTransform, Kitware.VTK.vtkTransformInterpolator, Kitware.VTK.vtkAnnotatedCubeActor, Kitware.VTK.vtkTableToGraph, Kitware.VTK.vtkExtractGeometry, Kitware.VTK.vtkGenericAttributeCollection, Kitware.VTK.vtkExtractSelectedFrustum, Kitware.VTK.vtkImplicitSelectionLoop, Kitware.VTK.vtkSampleFunction, Kitware.VTK.vtkImageSliceMapper, Kitware.VTK.vtkPolyDataSilhouette, Kitware.VTK.vtkRendererSource, Kitware.VTK.vtkParametricFunctionSource, Kitware.VTK.vtkBSplineTransform, Kitware.VTK.vtkPointSet, Kitware.VTK.vtkAnnotationLink, Kitware.VTK.vtkAreaLayout, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkImplicitFunction, Kitware.VTK.vtkResliceCursorActor, Kitware.VTK.vtkMarchingSquares, Kitware.VTK.vtkActor2D, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkResliceCursorPolyDataAlgorithm, Kitware.VTK.vtkImageOpenClose3D, Kitware.VTK.vtkExtractPolyDataGeometry, Kitware.VTK.vtkActor, Kitware.VTK.vtkSelection, Kitware.VTK.vtkLightActor, Kitware.VTK.vtkProp3D, Kitware.VTK.vtkImplicitWindowFunction, Kitware.VTK.vtkConvexHull2D, Kitware.VTK.vtkGridTransform, Kitware.VTK.vtkHyperOctreeSampleFunction, Kitware.VTK.vtkAssemblyPath, Kitware.VTK.vtkGraphToGlyphs, Kitware.VTK.vtkImplicitBoolean, Kitware.VTK.vtkCirclePackLayout, Kitware.VTK.vtkImageResliceToColors, Kitware.VTK.vtkHyperOctreeContourFilter, Kitware.VTK.vtkImplicitDataSet, Kitware.VTK.vtkAssembly, Kitware.VTK.vtkHyperOctreeDualGridContourFilter, Kitware.VTK.vtkMNITagPointWriter, Kitware.VTK.vtkSynchronizedTemplates2D, Kitware.VTK.vtkSliderRepresentation3D, Kitware.VTK.vtkWeightedTransformFilter, Kitware.VTK.vtkTreeMapLayout, Kitware.VTK.vtkImplicitSum, Kitware.VTK.vtkDepthSortPolyData, Kitware.VTK.vtkImageSlice, Kitware.VTK.vtkPropAssembly, Kitware.VTK.vtkUGFacetReader, Kitware.VTK.vtkGenericDataSetTessellator, Kitware.VTK.vtkImplicitVolume, Kitware.VTK.vtkAbstractTransform, Kitware.VTK.vtkSTLReader, Kitware.VTK.vtkImageThresholdConnectivity, Kitware.VTK.vtkThinPlateSplineTransform, Kitware.VTK.vtkCameraActor, Kitware.VTK.vtkPolyPlane, Kitware.VTK.vtkTessellatorFilter, Kitware.VTK.vtkImageMapToColors, Kitware.VTK.vtkExtractEdges, Kitware.VTK.vtkImplicitPolyDataDistance, Kitware.VTK.vtkKdTreeSelector, Kitware.VTK.vtkMatrixToHomogeneousTransform, Kitware.VTK.vtkMatrixToLinearTransform, Kitware.VTK.vtkGraphLayout, Kitware.VTK.vtkImplicitFunctionToImageStencil, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkEdgeLayout, Kitware.VTK.vtkHyperOctreeSurfaceFilter, Kitware.VTK.vtkGraphAnnotationLayersFilter, Kitware.VTK.vtkTransformCoordinateSystems, Kitware.VTK.vtkFrustumSource, Kitware.VTK.vtkLassoStencilSource, Kitware.VTK.vtkTransformFilter, Kitware.VTK.vtkTransform2D, Kitware.VTK.vtkSelectVisiblePoints, Kitware.VTK.vtkAssemblyPaths, Kitware.VTK.vtkGeoAdaptiveArcs, Kitware.VTK.vtkRowQueryToTable, Kitware.VTK.vtkLandmarkTransform, Kitware.VTK.vtkTransformPolyDataFilter, Kitware.VTK.vtkAbstractMapper, Kitware.VTK.vtkAssemblyNode, Kitware.VTK.vtkImageSeparableConvolution, Kitware.VTK.vtkDistanceToCamera, Kitware.VTK.vtkTrivialProducer, Kitware.VTK.vtkClipConvexPolyData, Kitware.VTK.vtkTexturedActor2D, and Kitware.VTK.vtkExporter.

static void Kitware.VTK.vtkObject.GlobalWarningDisplayOff ( )
static

This is a global flag that controls whether any debug, warning or error messages are displayed.

static void Kitware.VTK.vtkObject.GlobalWarningDisplayOn ( )
static

This is a global flag that controls whether any debug, warning or error messages are displayed.

int Kitware.VTK.vtkObject.HasObserver ( uint  arg0,
vtkCommand  arg1 
)

This is a global flag that controls whether any debug, warning or error messages are displayed.

int Kitware.VTK.vtkObject.HasObserver ( string  arg0,
vtkCommand  arg1 
)

This is a global flag that controls whether any debug, warning or error messages are displayed.

int Kitware.VTK.vtkObject.HasObserver ( uint  arg0)

This is a global flag that controls whether any debug, warning or error messages are displayed.

int Kitware.VTK.vtkObject.HasObserver ( string  arg0)

This is a global flag that controls whether any debug, warning or error messages are displayed.

int Kitware.VTK.vtkObject.InvokeEvent ( uint  arg0,
IntPtr  callData 
)

This is a global flag that controls whether any debug, warning or error messages are displayed.

int Kitware.VTK.vtkObject.InvokeEvent ( string  arg0,
IntPtr  callData 
)

This is a global flag that controls whether any debug, warning or error messages are displayed.

int Kitware.VTK.vtkObject.InvokeEvent ( uint  arg0)

This is a global flag that controls whether any debug, warning or error messages are displayed.

int Kitware.VTK.vtkObject.InvokeEvent ( string  arg0)

This is a global flag that controls whether any debug, warning or error messages are displayed.

override int Kitware.VTK.vtkObject.IsA ( string  type)
virtual

Undocumented Block

Reimplemented from Kitware.VTK.vtkObjectBase.

Reimplemented in Kitware.VTK.vtkXYPlotActor, Kitware.VTK.vtkRenderWindowInteractor, Kitware.VTK.vtkProperty, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkRenderWindow, Kitware.VTK.vtkViewTheme, Kitware.VTK.vtkRenderer, Kitware.VTK.vtkRenderedGraphRepresentation, Kitware.VTK.vtkPolyData, Kitware.VTK.vtkVolumeProperty, Kitware.VTK.vtkTextureObject, Kitware.VTK.vtkUnstructuredGrid, Kitware.VTK.vtkViewport, Kitware.VTK.vtkRandomAttributeGenerator, Kitware.VTK.vtkSQLDatabaseSchema, Kitware.VTK.vtkPolarAxesActor, Kitware.VTK.vtkParallelRenderManager, Kitware.VTK.vtkRectilinearGrid, Kitware.VTK.vtkSphereRepresentation, Kitware.VTK.vtkStructuredGrid, Kitware.VTK.vtkScalarBarActor, Kitware.VTK.vtkRenderedTreeAreaRepresentation, Kitware.VTK.vtkResliceCursorRepresentation, Kitware.VTK.vtkSelectionNode, Kitware.VTK.vtkStreamingDemandDrivenPipeline, Kitware.VTK.vtkPLOT3DReader, Kitware.VTK.vtkPKdTree, Kitware.VTK.vtkVideoSource, Kitware.VTK.vtkXMLDataElement, Kitware.VTK.vtkSplineRepresentation, Kitware.VTK.vtkQuadricClustering, Kitware.VTK.vtkPlaneWidget, Kitware.VTK.vtkOpenFOAMReader, Kitware.VTK.vtkStreamTracer, Kitware.VTK.vtkSplineWidget, Kitware.VTK.vtkProp3D, Kitware.VTK.vtkProp, Kitware.VTK.vtkSphereWidget, Kitware.VTK.vtkWindowedSincPolyDataFilter, Kitware.VTK.vtkQuadricLODActor, Kitware.VTK.vtkVolumeRayCastMapper, Kitware.VTK.vtkTubeFilter, Kitware.VTK.vtkUnstructuredGridVolumeRayCastMapper, Kitware.VTK.vtkPCAStatistics, Kitware.VTK.vtkPiecewiseFunction, Kitware.VTK.vtkSmoothPolyDataFilter, Kitware.VTK.vtkTransform, Kitware.VTK.vtkParametricSpline, Kitware.VTK.vtkParallelopipedRepresentation, Kitware.VTK.vtkWidgetRepresentation, Kitware.VTK.vtkTextProperty, Kitware.VTK.vtkStreamingTessellator, Kitware.VTK.vtkVolumeRayCastSpaceLeapingImageFilter, Kitware.VTK.vtkPolyDataConnectivityFilter, Kitware.VTK.vtkResliceCursor, Kitware.VTK.vtkOrderedTriangulator, Kitware.VTK.vtkPointLocator, Kitware.VTK.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkPolygon, Kitware.VTK.vtkUnstructuredGridGeometryFilter, Kitware.VTK.vtkTriangle, Kitware.VTK.vtkParallelCoordinatesRepresentation, Kitware.VTK.vtkTable, Kitware.VTK.vtkRenderView, Kitware.VTK.vtkRandomGraphSource, Kitware.VTK.vtkWindow, Kitware.VTK.vtkVolume, Kitware.VTK.vtkSliderRepresentation, Kitware.VTK.vtkTableBasedClipDataSet, Kitware.VTK.vtkTetra, Kitware.VTK.vtkUniformGrid, Kitware.VTK.vtkPassInputTypeAlgorithm, Kitware.VTK.vtkTensorGlyph, Kitware.VTK.vtkTextActor, Kitware.VTK.vtkSimple3DCirclesStrategy, Kitware.VTK.vtkTreeAreaView, Kitware.VTK.vtkXMLGenericDataObjectReader, Kitware.VTK.vtkSliderRepresentation3D, Kitware.VTK.vtkSQLiteQuery, Kitware.VTK.vtkStreamer, Kitware.VTK.vtkTableToPolyData, Kitware.VTK.vtkTriQuadraticHexahedron, Kitware.VTK.vtkQuadraticTetra, Kitware.VTK.vtkSplineFilter, Kitware.VTK.vtkSphereSource, Kitware.VTK.vtkRuledSurfaceFilter, Kitware.VTK.vtkSpline, Kitware.VTK.vtkTexture, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkQuadraticLinearWedge, Kitware.VTK.vtkTransformInterpolator, Kitware.VTK.vtkPolyhedron, Kitware.VTK.vtkSelectPolyData, Kitware.VTK.vtkSpiderPlotActor, Kitware.VTK.vtkTesting, Kitware.VTK.vtkOpenGLRenderWindow, Kitware.VTK.vtkStringArray, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkSocketCommunicator, Kitware.VTK.vtkVPICReader, Kitware.VTK.vtkQuadraticPyramid, Kitware.VTK.vtkQuadraticWedge, Kitware.VTK.vtkPlot, Kitware.VTK.vtkPExodusReader, Kitware.VTK.vtkPointHandleRepresentation3D, Kitware.VTK.vtkResliceCursorPolyDataAlgorithm, Kitware.VTK.vtkQuadraticLinearQuad, Kitware.VTK.vtkOctreePointLocator, Kitware.VTK.vtkPolyDataNormals, Kitware.VTK.vtkTemporalStreamTracer, Kitware.VTK.vtkXMLWriter, Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkStringToNumeric, Kitware.VTK.vtkOrientedGlyphContourRepresentation, Kitware.VTK.vtkQuadraticHexahedron, Kitware.VTK.vtkQuadraticTriangle, Kitware.VTK.vtkSliderRepresentation2D, Kitware.VTK.vtkPostgreSQLDatabase, Kitware.VTK.vtkPyramid, Kitware.VTK.vtkWedge, Kitware.VTK.vtkScatterPlotMatrix, Kitware.VTK.vtkSimple2DLayoutStrategy, Kitware.VTK.vtkOctreePointLocatorNode, Kitware.VTK.vtkParametricFunctionSource, Kitware.VTK.vtkScalarsToColorsPainter, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkQuadraticQuad, Kitware.VTK.vtkVoxel, Kitware.VTK.vtkQuadraticEdge, Kitware.VTK.vtkTexturedButtonRepresentation, Kitware.VTK.vtkQuad, Kitware.VTK.vtkQuadricDecimation, Kitware.VTK.vtkOrientedGlyphFocalPlaneContourRepresentation, Kitware.VTK.vtkRectangularButtonSource, Kitware.VTK.vtkVertex, Kitware.VTK.vtkPentagonalPrism, Kitware.VTK.vtkParametricFunction, Kitware.VTK.vtkSQLQuery, Kitware.VTK.vtkSectorSource, Kitware.VTK.vtkPointWidget, Kitware.VTK.vtkPixel, Kitware.VTK.vtkParametricRandomHills, Kitware.VTK.vtkVolumeOutlineSource, Kitware.VTK.vtkPoints, Kitware.VTK.vtkRenderedHierarchyRepresentation, Kitware.VTK.vtkRibbonFilter, Kitware.VTK.vtkRIBExporter, Kitware.VTK.vtkPerspectiveTransform, Kitware.VTK.vtkProgrammableFilter, Kitware.VTK.vtkProperty2D, Kitware.VTK.vtkSynchronizedRenderers, Kitware.VTK.vtkPCosmoHaloFinder, Kitware.VTK.vtkPolyLine, Kitware.VTK.vtkSynchronizedTemplates3D, Kitware.VTK.vtkXMLReader, Kitware.VTK.vtkProjectedTexture, Kitware.VTK.vtkWindBladeReader, Kitware.VTK.vtkXMLMaterial, Kitware.VTK.vtkResliceImageViewer, Kitware.VTK.vtkPoints2D, Kitware.VTK.vtkRectilinearSynchronizedTemplates, Kitware.VTK.vtkYoungsMaterialInterface, Kitware.VTK.vtkPolyDataSilhouette, Kitware.VTK.vtkTransformTextureCoords, Kitware.VTK.vtkPainter, Kitware.VTK.vtkPixelBufferObject, Kitware.VTK.vtkTriangleStrip, Kitware.VTK.vtkProjectedTerrainPath, Kitware.VTK.vtkPointSetAlgorithm, Kitware.VTK.vtkSQLGraphReader, Kitware.VTK.vtkParallelCoordinatesInteractorStyle, Kitware.VTK.vtkVisibilitySort, Kitware.VTK.vtkWindowToImageFilter, Kitware.VTK.vtkSampleFunction, Kitware.VTK.vtkObjectFactory, Kitware.VTK.vtkTexturedButtonRepresentation2D, Kitware.VTK.vtkThreshold, Kitware.VTK.vtkScalarsToColors, Kitware.VTK.vtkSphereHandleRepresentation, Kitware.VTK.vtkTextureMapToPlane, Kitware.VTK.vtkXMLTreeReader, Kitware.VTK.vtkParallelCoordinatesActor, Kitware.VTK.vtkSortFileNames, Kitware.VTK.vtkVariantArray, Kitware.VTK.vtkPairwiseExtractHistogram2D, Kitware.VTK.vtkTransformToGrid, Kitware.VTK.vtkPolyVertex, Kitware.VTK.vtkWindowLevelLookupTable, Kitware.VTK.vtkTemporalFractal, Kitware.VTK.vtkUnstructuredGridPreIntegration, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkPieChartActor, Kitware.VTK.vtkPolyDataPointSampler, Kitware.VTK.vtkSLACReader, Kitware.VTK.vtkParticleReader, Kitware.VTK.vtkPointSet, Kitware.VTK.vtkSelectEnclosedPoints, Kitware.VTK.vtkSurfaceLICPainter, Kitware.VTK.vtkPlaneSource, Kitware.VTK.vtkSuperquadric, Kitware.VTK.vtkSuperquadricSource, Kitware.VTK.vtkSeedRepresentation, Kitware.VTK.vtkTemporalDataSet, Kitware.VTK.vtkXOpenGLRenderWindow, Kitware.VTK.vtkTableToStructuredGrid, Kitware.VTK.vtkRectilinearWipeRepresentation, Kitware.VTK.vtkPlane, Kitware.VTK.vtkPicker, Kitware.VTK.vtkPolynomialSolversUnivariate, Kitware.VTK.vtkStatisticsAlgorithm, Kitware.VTK.vtkQuadRotationalExtrusionFilter, Kitware.VTK.vtkSQLDatabase, Kitware.VTK.vtkX3DExporter, Kitware.VTK.vtkPExodusIIReader, Kitware.VTK.vtkSeedWidget, Kitware.VTK.vtkPLYWriter, Kitware.VTK.vtkRTAnalyticSource, Kitware.VTK.vtkTessellatorFilter, Kitware.VTK.vtkVolume16Reader, Kitware.VTK.vtkUnicodeStringArray, Kitware.VTK.vtkRegularPolygonSource, Kitware.VTK.vtkSelectionSource, Kitware.VTK.vtkTexturedSphereSource, Kitware.VTK.vtkVolumeTextureMapper3D, Kitware.VTK.vtkXMLShader, Kitware.VTK.vtkRendererSource, Kitware.VTK.vtkPropAssembly, Kitware.VTK.vtkSQLiteDatabase, Kitware.VTK.vtkTemporalInterpolatedVelocityField, Kitware.VTK.vtkQuadratureSchemeDefinition, Kitware.VTK.vtkTupleInterpolator, Kitware.VTK.vtkVoxelModeller, Kitware.VTK.vtkTimerLog, Kitware.VTK.vtkXMLDataParser, Kitware.VTK.vtkParametricSuperToroid, Kitware.VTK.vtkOrientationMarkerWidget, Kitware.VTK.vtkSimpleScalarTree, Kitware.VTK.vtkShortArray, Kitware.VTK.vtkSignedCharArray, Kitware.VTK.vtkUnsignedCharArray, Kitware.VTK.vtkUnsignedIntArray, Kitware.VTK.vtkUnsignedLongArray, Kitware.VTK.vtkUnsignedLongLongArray, Kitware.VTK.vtkUnsignedShortArray, Kitware.VTK.vtkProgrammableGlyphFilter, Kitware.VTK.vtkQuaternionInterpolator, Kitware.VTK.vtkProgrammableSource, Kitware.VTK.vtkWarpLens, Kitware.VTK.vtkPolyDataAlgorithm, Kitware.VTK.vtkRectilinearGridAlgorithm, Kitware.VTK.vtkStructuredGridAlgorithm, Kitware.VTK.vtkUnstructuredGridAlgorithm, Kitware.VTK.vtkSelectVisiblePoints, Kitware.VTK.vtkPointHandleRepresentation2D, Kitware.VTK.vtkTimePointUtility, Kitware.VTK.vtkTreeLayoutStrategy, Kitware.VTK.vtkView, Kitware.VTK.vtkWeightedTransformFilter, Kitware.VTK.vtkSelection, Kitware.VTK.vtkSliderWidget, Kitware.VTK.vtkTimeSourceExample, Kitware.VTK.vtkPlanes, Kitware.VTK.vtkTree, Kitware.VTK.vtkRotationFilter, Kitware.VTK.vtkResliceCursorActor, Kitware.VTK.vtkTextRepresentation, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkPOPReader, Kitware.VTK.vtkTableToGraph, Kitware.VTK.vtkParallelCoordinatesHistogramRepresentation, Kitware.VTK.vtkSubGroup, Kitware.VTK.vtkTemporalPathLineFilter, Kitware.VTK.vtkPointSetToPointSetFilter, Kitware.VTK.vtkTemporalStatistics, Kitware.VTK.vtkTecplotReader, Kitware.VTK.vtkShepardMethod, Kitware.VTK.vtkProp3DFollower, Kitware.VTK.vtkScenePicker, Kitware.VTK.vtkSpatialRepresentationFilter, Kitware.VTK.vtkSynchronizedRenderWindows, Kitware.VTK.vtkParallelCoordinatesView, Kitware.VTK.vtkSocketController, Kitware.VTK.vtkTransform2D, Kitware.VTK.vtkParametricSuperEllipsoid, Kitware.VTK.vtkProp3DButtonRepresentation, Kitware.VTK.vtkPointSetToLabelHierarchy, Kitware.VTK.vtkPolygonalSurfacePointPlacer, Kitware.VTK.vtkVisibleCellSelector, Kitware.VTK.vtkPiecewiseFunctionAlgorithm, Kitware.VTK.vtkWidgetSet, Kitware.VTK.vtkRecursiveSphereDirectionEncoder, Kitware.VTK.vtkSynchronizedTemplates2D, Kitware.VTK.vtkVolumeTextureMapper2D, Kitware.VTK.vtkPCAAnalysisFilter, Kitware.VTK.vtkRotationalExtrusionFilter, Kitware.VTK.vtkPlotBar, Kitware.VTK.vtkSQLDatabaseGraphSource, Kitware.VTK.vtkRandomLayoutStrategy, Kitware.VTK.vtkResliceCursorLineRepresentation, Kitware.VTK.vtkThinPlateSplineTransform, Kitware.VTK.vtkProcrustesAlignmentFilter, Kitware.VTK.vtkTessellatedBoxSource, Kitware.VTK.vtkSESAMEReader, Kitware.VTK.vtkPieceRequestFilter, Kitware.VTK.vtkPointLoad, Kitware.VTK.vtkProcessGroup, Kitware.VTK.vtkTooltipItem, Kitware.VTK.vtkPointPlacer, Kitware.VTK.vtkTransferAttributes, Kitware.VTK.vtkUndirectedGraph, Kitware.VTK.vtkPerlinNoise, Kitware.VTK.vtkTextureMapToCylinder, Kitware.VTK.vtkPointSource, Kitware.VTK.vtkThresholdTextureCoords, Kitware.VTK.vtkParametricConicSpiral, Kitware.VTK.vtkPostgreSQLQuery, Kitware.VTK.vtkROIStencilSource, Kitware.VTK.vtkPlotPoints, Kitware.VTK.vtkReflectionFilter, Kitware.VTK.vtkRowQuery, Kitware.VTK.vtkPainterDeviceAdapter, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkUGFacetReader, Kitware.VTK.vtkOutlineSource, Kitware.VTK.vtkPolyDataPainter, Kitware.VTK.vtkRungeKutta45, Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction, Kitware.VTK.vtkParametricEllipsoid, Kitware.VTK.vtkStackedTreeLayoutStrategy, Kitware.VTK.vtkVolumeReader, Kitware.VTK.vtkTextSource, Kitware.VTK.vtkPolyDataPointPlacer, Kitware.VTK.vtkSimpleCellTessellator, Kitware.VTK.vtkTIFFReader, Kitware.VTK.vtkPen, Kitware.VTK.vtkShaderProgram, Kitware.VTK.vtkThreadedStreamingPipeline, Kitware.VTK.vtkProStarReader, Kitware.VTK.vtkVoidArray, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkShader, Kitware.VTK.vtkPassArrays, Kitware.VTK.vtkPCosmoReader, Kitware.VTK.vtkXRenderWindowInteractor, Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkShadowMapBakerPass, Kitware.VTK.vtkProbeFilter, Kitware.VTK.vtkRearrangeFields, Kitware.VTK.vtkOutputWindow, Kitware.VTK.vtkStructuredData, Kitware.VTK.vtkTerrainDataPointPlacer, Kitware.VTK.vtkResliceImageViewerMeasurements, Kitware.VTK.vtkRecursiveDividingCubes, Kitware.VTK.vtkStructuredVisibilityConstraint, Kitware.VTK.vtkTDxInteractorStyleSettings, Kitware.VTK.vtkTextActor3D, Kitware.VTK.vtkParametricDini, Kitware.VTK.vtkPlaybackRepresentation, Kitware.VTK.vtkScalarBarRepresentation, Kitware.VTK.vtkSphere, Kitware.VTK.vtkWidgetEvent, Kitware.VTK.vtkParametricTorus, Kitware.VTK.vtkProgrammableAttributeDataFilter, Kitware.VTK.vtkRenderViewBase, Kitware.VTK.vtkWarpScalar, Kitware.VTK.vtkParallelopipedWidget, Kitware.VTK.vtkPointsProjectedHull, Kitware.VTK.vtkPNetCDFPOPReader, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkTerrainContourLineInterpolator, Kitware.VTK.vtkTextureMapToSphere, Kitware.VTK.vtkParametricFigure8Klein, Kitware.VTK.vtkTemporalShiftScale, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkTreeMapLayout, Kitware.VTK.vtkWarpTo, Kitware.VTK.vtkScalarBarWidget, Kitware.VTK.vtkOpenGLPainterDeviceAdapter, Kitware.VTK.vtkXMLFileOutputWindow, Kitware.VTK.vtkPolyPlane, Kitware.VTK.vtkReebGraphVolumeSkeletonFilter, Kitware.VTK.vtkSphereWidget2, Kitware.VTK.vtkTriangularTexture, Kitware.VTK.vtkVolumeContourSpectrumFilter, Kitware.VTK.vtkParametricBoy, Kitware.VTK.vtkReebGraphSurfaceSkeletonFilter, Kitware.VTK.vtkRectilinearWipeWidget, Kitware.VTK.vtkSTLReader, Kitware.VTK.vtkPlanesIntersection, Kitware.VTK.vtkSliceCubes, Kitware.VTK.vtkParametricMobius, Kitware.VTK.vtkParametricRoman, Kitware.VTK.vtkResliceCursorWidget, Kitware.VTK.vtkUnstructuredGridPartialPreIntegration, Kitware.VTK.vtkPDataSetWriter, Kitware.VTK.vtkPropCollection, Kitware.VTK.vtkRungeKutta2, Kitware.VTK.vtkRungeKutta4, Kitware.VTK.vtkTransformCoordinateSystems, Kitware.VTK.vtkPlotStacked, Kitware.VTK.vtkStripper, Kitware.VTK.vtkParametricKlein, Kitware.VTK.vtkXMLParser, Kitware.VTK.vtkPolyDataToImageStencil, Kitware.VTK.vtkRIBProperty, Kitware.VTK.vtkViewDependentErrorMetric, Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkXMLMaterialParser, Kitware.VTK.vtkPriorityQueue, Kitware.VTK.vtkResliceCursorPicker, Kitware.VTK.vtkSelectionAlgorithm, Kitware.VTK.vtkUndirectedGraphAlgorithm, Kitware.VTK.vtkVolumeRayCastMIPFunction, Kitware.VTK.vtkOutEdgeIterator, Kitware.VTK.vtkParametricCrossCap, Kitware.VTK.vtkParametricEnneper, Kitware.VTK.vtkProbePolyhedron, Kitware.VTK.vtkQuadric, Kitware.VTK.vtkTableAlgorithm, Kitware.VTK.vtkTreeOrbitLayoutStrategy, Kitware.VTK.vtkVRMLImporter, Kitware.VTK.vtkPlaneCollection, Kitware.VTK.vtkVolumeCollection, Kitware.VTK.vtkWidgetEventTranslator, Kitware.VTK.vtkXMLImageDataReader, Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkOverrideInformation, Kitware.VTK.vtkPlotPie, Kitware.VTK.vtkRendererCollection, Kitware.VTK.vtkScalarsToColorsItem, Kitware.VTK.vtkVersion, Kitware.VTK.vtkOpenGLHardwareSupport, Kitware.VTK.vtkPOutlineCornerFilter, Kitware.VTK.vtkSplineGraphEdges, Kitware.VTK.vtkTableExtentTranslator, Kitware.VTK.vtkTreeAlgorithm, Kitware.VTK.vtkProp3DCollection, Kitware.VTK.vtkRectilinearGridClip, Kitware.VTK.vtkStructuredGridClip, Kitware.VTK.vtkThresholdTable, Kitware.VTK.vtkPlotHistogram2D, Kitware.VTK.vtkRenderLargeImage, Kitware.VTK.vtkReebGraphToJoinSplitTreeFilter, Kitware.VTK.vtkTransmitImageDataPiece, Kitware.VTK.vtkTransmitRectilinearGridPiece, Kitware.VTK.vtkTransmitStructuredGridPiece, Kitware.VTK.vtkPolyDataReader, Kitware.VTK.vtkRectilinearGridReader, Kitware.VTK.vtkReebGraphSimplificationMetric, Kitware.VTK.vtkSphericalDirectionEncoder, Kitware.VTK.vtkStructuredGridReader, Kitware.VTK.vtkStructuredPointsReader, Kitware.VTK.vtkTableReader, Kitware.VTK.vtkTableToSparseArray, Kitware.VTK.vtkTransmitPolyDataPiece, Kitware.VTK.vtkTransmitUnstructuredGridPiece, Kitware.VTK.vtkTreeReader, Kitware.VTK.vtkUnstructuredGridReader, Kitware.VTK.vtkVoxelContoursToSurfaceFilter, Kitware.VTK.vtkOpenGLRenderer, Kitware.VTK.vtkPlotParallelCoordinates, Kitware.VTK.vtkSubPixelPositionEdgels, Kitware.VTK.vtkTIFFWriter, Kitware.VTK.vtkProcessIdScalars, Kitware.VTK.vtkTensor, Kitware.VTK.vtkSLCReader, Kitware.VTK.vtkStreamLine, Kitware.VTK.vtkPolyDataStreamer, Kitware.VTK.vtkTransformFilter, Kitware.VTK.vtkTextCodecFactory, Kitware.VTK.vtkXMLMaterialReader, Kitware.VTK.vtkPolygonalSurfaceContourLineInterpolator, Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkXMLHyperOctreeReader, Kitware.VTK.vtkXMLPPolyDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, Kitware.VTK.vtkXMLPStructuredGridReader, Kitware.VTK.vtkXMLPUnstructuredGridReader, Kitware.VTK.vtkXMLRectilinearGridReader, Kitware.VTK.vtkXMLStructuredGridReader, Kitware.VTK.vtkXMLUnstructuredGridReader, Kitware.VTK.vtkPolyDataWriter, Kitware.VTK.vtkStructuredPointsWriter, Kitware.VTK.vtkTableToArray, Kitware.VTK.vtkTableWriter, Kitware.VTK.vtkTreeWriter, Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator, Kitware.VTK.vtkUnstructuredGridWriter, Kitware.VTK.vtkTemporalDataSetAlgorithm, Kitware.VTK.vtkTemporalInterpolator, Kitware.VTK.vtkPOpenFOAMReader, Kitware.VTK.vtkRectilinearGridWriter, Kitware.VTK.vtkStructuredGridWriter, Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, Kitware.VTK.vtkTableToSQLiteWriter, Kitware.VTK.vtkTreeFieldAggregator, Kitware.VTK.vtkVolumeRayCastCompositeFunction, Kitware.VTK.vtkOpenGLProperty, Kitware.VTK.vtkPassThrough, Kitware.VTK.vtkVectorNorm, Kitware.VTK.vtkPKMeansStatistics, Kitware.VTK.vtkWidgetCallbackMapper, Kitware.VTK.vtkSQLDatabaseTableSource, Kitware.VTK.vtkPExtractArraysOverTime, Kitware.VTK.vtkPYoungsMaterialInterface, Kitware.VTK.vtkQuantizePolyDataPoints, Kitware.VTK.vtkRayCastImageDisplayHelper, Kitware.VTK.vtkRowQueryToTable, Kitware.VTK.vtkTensorProbeRepresentation, Kitware.VTK.vtkZLibDataCompressor, Kitware.VTK.vtkTransformPolyDataFilter, Kitware.VTK.vtkOpenGLExtensionManager, Kitware.VTK.vtkPolygonalHandleRepresentation3D, Kitware.VTK.vtkRectilinearGridToTetrahedra, Kitware.VTK.vtkShadowMapPass, Kitware.VTK.vtkPiecewiseControlPointsItem, Kitware.VTK.vtkScalarTree, Kitware.VTK.vtkPiecewiseFunctionShiftScale, Kitware.VTK.vtkStreamGraph, Kitware.VTK.vtkUncertaintyTubeFilter, Kitware.VTK.vtkVertexListIterator, Kitware.VTK.vtkTensorProbeWidget, Kitware.VTK.vtkTextWidget, Kitware.VTK.vtkTulipReader, Kitware.VTK.vtkRISReader, Kitware.VTK.vtkSmoothErrorMetric, Kitware.VTK.vtkStrahlerMetric, Kitware.VTK.vtkXMLStructuredDataWriter, Kitware.VTK.vtkPLSDynaReader, Kitware.VTK.vtkPPairwiseExtractHistogram2D, Kitware.VTK.vtkSpanTreeLayoutStrategy, Kitware.VTK.vtkPComputeHistogram2DOutliers, Kitware.VTK.vtkSCurveSpline, Kitware.VTK.vtkTableToDatabaseWriter, Kitware.VTK.vtkXMLPolyDataWriter, Kitware.VTK.vtkXMLPRectilinearGridWriter, Kitware.VTK.vtkXMLPUnstructuredGridWriter, Kitware.VTK.vtkXMLUnstructuredGridWriter, Kitware.VTK.vtkOverrideInformationCollection, Kitware.VTK.vtkPNGReader, Kitware.VTK.vtkPolyDataToReebGraphFilter, Kitware.VTK.vtkShrinkPolyData, Kitware.VTK.vtkTexturedActor2D, Kitware.VTK.vtkUnstructuredGridToReebGraphFilter, Kitware.VTK.vtkUnstructuredGridVolumeRayCastIterator, Kitware.VTK.vtkVolumePicker, Kitware.VTK.vtkXMLHyperOctreeWriter, Kitware.VTK.vtkXMLImageDataWriter, Kitware.VTK.vtkXMLPImageDataWriter, Kitware.VTK.vtkXMLPPolyDataWriter, Kitware.VTK.vtkXMLRectilinearGridWriter, Kitware.VTK.vtkXMLStructuredGridWriter, Kitware.VTK.vtkReebGraphSimplificationFilter, Kitware.VTK.vtkPMultiCorrelativeStatistics, Kitware.VTK.vtkPNGWriter, Kitware.VTK.vtkRenderWindowCollection, Kitware.VTK.vtkSocketCollection, Kitware.VTK.vtkStructuredGridGeometryFilter, Kitware.VTK.vtkStructuredPointsCollection, Kitware.VTK.vtkXYZMolReader, Kitware.VTK.vtkObjectFactoryCollection, Kitware.VTK.vtkOutlineCornerFilter, Kitware.VTK.vtkPExtractHistogram2D, Kitware.VTK.vtkStreamingStatistics, Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator, Kitware.VTK.vtkOutlineCornerSource, Kitware.VTK.vtkPlatonicSolidSource, Kitware.VTK.vtkPolyDataCollection, Kitware.VTK.vtkSequencePass, Kitware.VTK.vtkShrinkFilter, Kitware.VTK.vtkTreeDFSIterator, Kitware.VTK.vtkXMLFileReadTester, Kitware.VTK.vtkStreamPoints, Kitware.VTK.vtkTreeMapToPolyData, Kitware.VTK.vtkPDataSetReader, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkStructuredExtent, Kitware.VTK.vtkSurfaceLICDefaultPainter, Kitware.VTK.vtkOutlineFilter, Kitware.VTK.vtkPHardwareSelector, Kitware.VTK.vtkRectilinearGridGeometryFilter, Kitware.VTK.vtkTimePointToString, Kitware.VTK.vtkTransformCollection, Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction, Kitware.VTK.vtkSimpleElevationFilter, Kitware.VTK.vtkSurfaceReconstructionFilter, Kitware.VTK.vtkXMLPHierarchicalBoxDataWriter, Kitware.VTK.vtkXMLPMultiBlockDataWriter, Kitware.VTK.vtkXYPlotWidget, Kitware.VTK.vtkObserverMediator, Kitware.VTK.vtkSpherePuzzleArrows, Kitware.VTK.vtkPieceScalars, Kitware.VTK.vtkPolyDataSourceWidget, Kitware.VTK.vtkSplitField, Kitware.VTK.vtkPNMReader, Kitware.VTK.vtkVectorDot, Kitware.VTK.vtkWarpTransform, Kitware.VTK.vtkXMLPStructuredGridWriter, Kitware.VTK.vtkPBivariateLinearTableThreshold, Kitware.VTK.vtkPChacoReader, Kitware.VTK.vtkPLYReader, Kitware.VTK.vtkPTableToStructuredGrid, Kitware.VTK.vtkReverseSense, Kitware.VTK.vtkSobelGradientMagnitudePass, Kitware.VTK.vtkPContingencyStatistics, Kitware.VTK.vtkPCorrelativeStatistics, Kitware.VTK.vtkPDescriptiveStatistics, Kitware.VTK.vtkPOrderStatistics, Kitware.VTK.vtkPPCAStatistics, Kitware.VTK.vtkThresholdPoints, Kitware.VTK.vtkVRMLExporter, Kitware.VTK.vtkWriter, Kitware.VTK.vtkPMaskPoints, Kitware.VTK.vtkPOutlineFilter, Kitware.VTK.vtkProcess, Kitware.VTK.vtkSource, Kitware.VTK.vtkTemporalSnapToTimeStep, Kitware.VTK.vtkTreeCompositer, Kitware.VTK.vtkXMLDataSetWriter, Kitware.VTK.vtkXMLPDataSetWriter, Kitware.VTK.vtkPReflectionFilter, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkTreeRingToPolyData, Kitware.VTK.vtkUniformVariables, Kitware.VTK.vtkOpenGLScalarsToColorsPainter, Kitware.VTK.vtkThresholdGraph, Kitware.VTK.vtkWarpVector, Kitware.VTK.vtkPiecewisePointHandleItem, Kitware.VTK.vtkPProbeFilter, Kitware.VTK.vtkPSLACReader, Kitware.VTK.vtkRenderedSurfaceRepresentation, Kitware.VTK.vtkThreadMessager, Kitware.VTK.vtkVolumeRenderingFactory, Kitware.VTK.vtkProgrammableDataObjectSource, Kitware.VTK.vtkRTXMLPolyDataReader, Kitware.VTK.vtkTriangleFilter, Kitware.VTK.vtkViewUpdater, Kitware.VTK.vtkServerSocket, Kitware.VTK.vtkSynchronizedTemplatesCutter3D, Kitware.VTK.vtkPiecewiseFunctionItem, Kitware.VTK.vtkPipelineSize, Kitware.VTK.vtkSparseArrayToTable, Kitware.VTK.vtkStringToTimePoint, Kitware.VTK.vtkSubCommunicator, Kitware.VTK.vtkXMLPDataWriter, Kitware.VTK.vtkParallelFactory, Kitware.VTK.vtkRenderedAreaPicker, Kitware.VTK.vtkStringToCategory, Kitware.VTK.vtkUTF16TextCodec, Kitware.VTK.vtkUTF8TextCodec, Kitware.VTK.vtkResliceCursorThickLineRepresentation, Kitware.VTK.vtkTreeIterator, Kitware.VTK.vtkStandardPolyDataPainter, Kitware.VTK.vtkTemporalDataSetCache, Kitware.VTK.vtkXMLCompositeDataReader, Kitware.VTK.vtkOBJExporter, Kitware.VTK.vtkProcessObject, Kitware.VTK.vtkSLACParticleReader, Kitware.VTK.vtkOutputStream, Kitware.VTK.vtkOpenGLLightingPainter, Kitware.VTK.vtkPOVExporter, Kitware.VTK.vtkShaderCodeLibrary, Kitware.VTK.vtkStructuredPoints, Kitware.VTK.vtkOOGLExporter, Kitware.VTK.vtkOpenGLRepresentationPainter, Kitware.VTK.vtkPointDataToCellData, Kitware.VTK.vtkRIBLight, Kitware.VTK.vtkSplineWidget2, Kitware.VTK.vtkSplitColumnComponents, Kitware.VTK.vtkOBJReader, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkPCellDataToPointData, Kitware.VTK.vtkPImageWriter, Kitware.VTK.vtkPLinearExtrusionFilter, Kitware.VTK.vtkSimplePointsReader, Kitware.VTK.vtkTrivialProducer, Kitware.VTK.vtkXMLUtilities, Kitware.VTK.vtkPerturbCoincidentVertices, Kitware.VTK.vtkPolyDataSource, Kitware.VTK.vtkRectilinearGridSource, Kitware.VTK.vtkStructuredGridSource, Kitware.VTK.vtkStructuredPointsSource, Kitware.VTK.vtkUnstructuredGridSource, Kitware.VTK.vtkPassThroughLayoutStrategy, Kitware.VTK.vtkPointSetSource, Kitware.VTK.vtkRenderedRepresentation, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLTexture, Kitware.VTK.vtkPlaybackWidget, Kitware.VTK.vtkPruneTreeFilter, Kitware.VTK.vtkQtLabelRenderStrategy, Kitware.VTK.vtkTreeMapView, Kitware.VTK.vtkXMLHierarchicalBoxDataWriter, Kitware.VTK.vtkXMLMultiBlockDataWriter, Kitware.VTK.vtkPPolyDataNormals, Kitware.VTK.vtkQtStringToImage, Kitware.VTK.vtkSimplePointsWriter, Kitware.VTK.vtkSpherePuzzle, Kitware.VTK.vtkXGMLReader, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkPipelineGraphSource, Kitware.VTK.vtkPointPicker, Kitware.VTK.vtkQuadraturePointInterpolator, Kitware.VTK.vtkQuadraturePointsGenerator, Kitware.VTK.vtkSphericalTransform, Kitware.VTK.vtkTriangularTCoords, Kitware.VTK.vtkVectorText, Kitware.VTK.vtkXMLStructuredDataReader, Kitware.VTK.vtkOpaquePass, Kitware.VTK.vtkOrientedPolygonalHandleRepresentation3D, Kitware.VTK.vtkOverlayPass, Kitware.VTK.vtkPSphereSource, Kitware.VTK.vtkQuadratureSchemeDictionaryGenerator, Kitware.VTK.vtkTranslucentPass, Kitware.VTK.vtkVolumetricPass, Kitware.VTK.vtkSquarifyLayoutStrategy, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkPNrrdReader, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkPolyDataContourLineInterpolator, Kitware.VTK.vtkRemoveHiddenData, Kitware.VTK.vtkScaledTextActor, Kitware.VTK.vtkTreeBFSIterator, Kitware.VTK.vtkTreeLevelsFilter, Kitware.VTK.vtkVertexGlyphFilter, Kitware.VTK.vtkXGPUInfoList, Kitware.VTK.vtkRectilinearGridToPointSet, Kitware.VTK.vtkSliceAndDiceLayoutStrategy, Kitware.VTK.vtkXMLHierarchicalBoxDataReader, Kitware.VTK.vtkXMLHierarchicalDataReader, Kitware.VTK.vtkXMLMultiBlockDataReader, Kitware.VTK.vtkProbeSelectedLocations, Kitware.VTK.vtkSimpleImageFilterExample, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkPropPicker, Kitware.VTK.vtkQtInitialization, Kitware.VTK.vtkTableToTreeFilter, Kitware.VTK.vtkOpenGLImageSliceMapper, Kitware.VTK.vtkPDBReader, Kitware.VTK.vtkPlotGrid, Kitware.VTK.vtkReferenceCount, Kitware.VTK.vtkXMLPStructuredDataReader, Kitware.VTK.vtkOpenGLDisplayListPainter, Kitware.VTK.vtkPointData, Kitware.VTK.vtkPostScriptWriter, Kitware.VTK.vtkRectilinearGridOutlineFilter, Kitware.VTK.vtkSTLWriter, Kitware.VTK.vtkThreadedImageAlgorithm, Kitware.VTK.vtkVertexDegree, Kitware.VTK.vtkWorldPointPicker, Kitware.VTK.vtkOpenGLClipPlanesPainter, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLPolyDataMapper2D, Kitware.VTK.vtkPassThroughEdgeStrategy, Kitware.VTK.vtkPassThroughFilter, Kitware.VTK.vtkPlotLine, Kitware.VTK.vtkRenderPassCollection, Kitware.VTK.vtkRepresentationPainter, Kitware.VTK.vtkStructuredGridOutlineFilter, Kitware.VTK.vtkTypeFloat32Array, Kitware.VTK.vtkTypeFloat64Array, Kitware.VTK.vtkTypeInt16Array, Kitware.VTK.vtkTypeInt32Array, Kitware.VTK.vtkTypeInt64Array, Kitware.VTK.vtkTypeInt8Array, Kitware.VTK.vtkTypeUInt16Array, Kitware.VTK.vtkTypeUInt32Array, Kitware.VTK.vtkTypeUInt64Array, Kitware.VTK.vtkTypeUInt8Array, Kitware.VTK.vtkOpenGLActor, Kitware.VTK.vtkOpenGLCamera, Kitware.VTK.vtkOpenGLImageMapper, Kitware.VTK.vtkOpenGLLight, Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper, Kitware.VTK.vtkPNMWriter, Kitware.VTK.vtkPolygonsPainter, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkRemoveIsolatedVertices, Kitware.VTK.vtkSQLiteToTableReader, Kitware.VTK.vtkStructuredPointsGeometryFilter, Kitware.VTK.vtkTransposeMatrix, Kitware.VTK.vtkXMLCompositeDataWriter, Kitware.VTK.vtkXMLMultiGroupDataReader, Kitware.VTK.vtkOpenGLCoincidentTopologyResolutionPainter, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkQImageToImageSource, Kitware.VTK.vtkSubdivideTetra, Kitware.VTK.vtkUnstructuredGridToPolyDataFilter, Kitware.VTK.vtkUnstructuredGridToUnstructuredGridFilter, Kitware.VTK.vtkXMLUnstructuredDataWriter, Kitware.VTK.vtkOnePieceExtentTranslator, Kitware.VTK.vtkSocket, Kitware.VTK.vtkXMLDataReader, Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, Kitware.VTK.vtkPStreamTracer, Kitware.VTK.vtkShaderDeviceAdapter, Kitware.VTK.vtkSortDataArray, Kitware.VTK.vtkTDxInteractorStyleCamera, Kitware.VTK.vtkTDxInteractorStyleGeo, Kitware.VTK.vtkTStripsPainter, Kitware.VTK.vtkXMLUnstructuredDataReader, Kitware.VTK.vtkPolyDataToPolyDataFilter, Kitware.VTK.vtkStructuredGridToStructuredGridFilter, Kitware.VTK.vtkStructuredPointsToPolyDataFilter, Kitware.VTK.vtkStructuredPointsToStructuredPointsFilter, Kitware.VTK.vtkStructuredPointsToUnstructuredGridFilter, Kitware.VTK.vtkRectilinearGridToPolyDataFilter, Kitware.VTK.vtkStructuredGridToPolyDataFilter, Kitware.VTK.vtkXMLPDataReader, Kitware.VTK.vtkTDxInteractorStyle, Kitware.VTK.vtkTextCodec, Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator, Kitware.VTK.vtkRandomSequence, Kitware.VTK.vtkTreeMapLayoutStrategy, Kitware.VTK.vtkPrimitivePainter, Kitware.VTK.vtkUnstructuredGridVolumeRayCastFunction, Kitware.VTK.vtkRendererDelegate, Kitware.VTK.vtkSimpleImageToImageFilter, Kitware.VTK.vtkStringToImage, Kitware.VTK.vtkXMLPUnstructuredDataReader, Kitware.VTK.vtkVolumeRayCastFunction, Kitware.VTK.vtkShaderDeviceAdapter2, Kitware.VTK.vtkXMLPUnstructuredDataWriter, and Kitware.VTK.vtkXMLPStructuredDataWriter.

static new int Kitware.VTK.vtkObject.IsTypeOf ( string  type)
static

Undocumented Block

virtual void Kitware.VTK.vtkObject.Modified ( )
virtual

Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data. The modification time is a unique monotonically increasing unsigned long integer.

Reimplemented in Kitware.VTK.vtkInformation, Kitware.VTK.vtkLightKit, Kitware.VTK.vtkLODActor, and Kitware.VTK.vtkImageOpenClose3D.

static new vtkObject Kitware.VTK.vtkObject.New ( )
static

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

vtkObject Kitware.VTK.vtkObject.NewInstance ( )

Undocumented Block

void Kitware.VTK.vtkObject.RemoveAllHandlersForAllEvents ( )

Call RemoveAllHandlers on each non-null vtkObjectEventRelay. TODO: This method needs to get called by the generated Dispose. Make that happen...

Here is the call graph for this function:

void Kitware.VTK.vtkObject.RemoveAllObservers ( )

This is a global flag that controls whether any debug, warning or error messages are displayed.

void Kitware.VTK.vtkObject.RemoveObserver ( vtkCommand  arg0)

This is a global flag that controls whether any debug, warning or error messages are displayed.

void Kitware.VTK.vtkObject.RemoveObserver ( uint  tag)

This is a global flag that controls whether any debug, warning or error messages are displayed.

void Kitware.VTK.vtkObject.RemoveObservers ( uint  arg0,
vtkCommand  arg1 
)

This is a global flag that controls whether any debug, warning or error messages are displayed.

void Kitware.VTK.vtkObject.RemoveObservers ( string  arg0,
vtkCommand  arg1 
)

This is a global flag that controls whether any debug, warning or error messages are displayed.

void Kitware.VTK.vtkObject.RemoveObservers ( uint  arg0)

This is a global flag that controls whether any debug, warning or error messages are displayed.

void Kitware.VTK.vtkObject.RemoveObservers ( string  arg0)

This is a global flag that controls whether any debug, warning or error messages are displayed.

static vtkObject Kitware.VTK.vtkObject.SafeDownCast ( vtkObjectBase  o)
static

Undocumented Block

Here is the call graph for this function:

void Kitware.VTK.vtkObject.SetDebug ( byte  debugFlag)

Set the value of the debug flag. A non-zero value turns debugging on.

static void Kitware.VTK.vtkObject.SetGlobalWarningDisplay ( int  val)
static

This is a global flag that controls whether any debug, warning or error messages are displayed.

override string Kitware.VTK.vtkObject.ToString ( )

Returns the result of calling vtkObject::Print as a C# string.

Here is the call graph for this function:

static string Kitware.VTK.vtkObject.vtkObject_Print ( HandleRef  pThis)
private
delegate void Kitware.VTK.vtkObject.vtkObjectEventHandler ( vtkObject  sender,
vtkObjectEventArgs  e 
)

Generic signature for all vtkObject events.

Member Data Documentation

vtkObjectEventRelay Kitware.VTK.vtkObject.AbortCheckEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.AnimationCueTickEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.AnyEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.CharEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ConfigureEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ConnectionClosedEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ConnectionCreatedEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.CreateTimerEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.CursorChangedEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.DeleteEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.DestroyTimerEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.DisableEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.DomainModifiedEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.EnableEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.EndAnimationCueEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.EndEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.EndInteractionEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.EndPickEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.EndWindowLevelEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.EnterEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ErrorEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ExecuteInformationEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ExitEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ExposeEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.InteractionEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.KeyPressEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.KeyReleaseEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.LeaveEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.LeftButtonPressEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.LeftButtonReleaseEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.MiddleButtonPressEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.MiddleButtonReleaseEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ModifiedEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.MouseMoveEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.MouseWheelBackwardEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.MouseWheelForwardEvtRelay
private
new readonly string Kitware.VTK.vtkObject.MRClassNameKey = "9vtkObject"
static

Automatically generated type registration mechanics.

new const string Kitware.VTK.vtkObject.MRFullTypeName = "Kitware.VTK.vtkObject"

Automatically generated type registration mechanics.

vtkObjectEventRelay Kitware.VTK.vtkObject.PickEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.PlacePointEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.PlaceWidgetEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ProgressEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.PropertyModifiedEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.RegisterEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.RenderEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.RenderWindowMessageEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ResetCameraClippingRangeEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ResetCameraEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.ResetWindowLevelEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.RightButtonPressEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.RightButtonReleaseEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.SelectionChangedEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.SetOutputEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.StartAnimationCueEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.StartEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.StartInteractionEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.StartPickEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.StartWindowLevelEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.TimerEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.UnRegisterEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.UpdateEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.UpdateInformationEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.UpdatePropertyEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.VolumeMapperComputeGradientsEndEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.VolumeMapperComputeGradientsProgressEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.VolumeMapperComputeGradientsStartEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.VolumeMapperRenderEndEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.VolumeMapperRenderProgressEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.VolumeMapperRenderStartEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.WarningEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.WidgetActivateEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.WidgetModifiedEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.WidgetValueChangedEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.WindowLevelEvtRelay
private
vtkObjectEventRelay Kitware.VTK.vtkObject.WrongTagEvtRelay
private

Property Documentation

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.AbortCheckEvt
addremove

The AbortCheckEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AbortCheckEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.AnimationCueTickEvt
addremove

The AnimationCueTickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnimationCueTickEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.AnyEvt
addremove

The AnyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnyEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.CharEvt
addremove

The CharEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CharEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ConfigureEvt
addremove

The ConfigureEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConfigureEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ConnectionClosedEvt
addremove

The ConnectionClosedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionClosedEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ConnectionCreatedEvt
addremove

The ConnectionCreatedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionCreatedEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.CreateTimerEvt
addremove

The CreateTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CreateTimerEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.CursorChangedEvt
addremove

The CursorChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CursorChangedEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.DeleteEvt
addremove

The DeleteEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DeleteEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.DestroyTimerEvt
addremove

The DestroyTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DestroyTimerEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.DisableEvt
addremove

The DisableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DisableEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.DomainModifiedEvt
addremove

The DomainModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DomainModifiedEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.EnableEvt
addremove

The EnableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnableEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.EndAnimationCueEvt
addremove

The EndAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndAnimationCueEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.EndEvt
addremove

The EndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.EndInteractionEvt
addremove

The EndInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndInteractionEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.EndPickEvt
addremove

The EndPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndPickEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.EndWindowLevelEvt
addremove

The EndWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndWindowLevelEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.EnterEvt
addremove

The EnterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnterEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ErrorEvt
addremove

The ErrorEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ErrorEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ExecuteInformationEvt
addremove

The ExecuteInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExecuteInformationEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ExitEvt
addremove

The ExitEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExitEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ExposeEvt
addremove

The ExposeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExposeEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.InteractionEvt
addremove

The InteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.InteractionEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.KeyPressEvt
addremove

The KeyPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyPressEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.KeyReleaseEvt
addremove

The KeyReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyReleaseEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.LeaveEvt
addremove

The LeaveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeaveEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.LeftButtonPressEvt
addremove

The LeftButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonPressEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.LeftButtonReleaseEvt
addremove

The LeftButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonReleaseEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.MiddleButtonPressEvt
addremove

The MiddleButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonPressEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.MiddleButtonReleaseEvt
addremove

The MiddleButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonReleaseEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ModifiedEvt
addremove

The ModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ModifiedEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.MouseMoveEvt
addremove

The MouseMoveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseMoveEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.MouseWheelBackwardEvt
addremove

The MouseWheelBackwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelBackwardEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.MouseWheelForwardEvt
addremove

The MouseWheelForwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelForwardEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.PickEvt
addremove

The PickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PickEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.PlacePointEvt
addremove

The PlacePointEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlacePointEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.PlaceWidgetEvt
addremove

The PlaceWidgetEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlaceWidgetEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ProgressEvt
addremove

The ProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ProgressEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.PropertyModifiedEvt
addremove

The PropertyModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PropertyModifiedEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.RegisterEvt
addremove

The RegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RegisterEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.RenderEvt
addremove

The RenderEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.RenderWindowMessageEvt
addremove

The RenderWindowMessageEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderWindowMessageEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ResetCameraClippingRangeEvt
addremove

The ResetCameraClippingRangeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraClippingRangeEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ResetCameraEvt
addremove

The ResetCameraEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.ResetWindowLevelEvt
addremove

The ResetWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetWindowLevelEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.RightButtonPressEvt
addremove

The RightButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonPressEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.RightButtonReleaseEvt
addremove

The RightButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonReleaseEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.SelectionChangedEvt
addremove

The SelectionChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SelectionChangedEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.SetOutputEvt
addremove

The SetOutputEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SetOutputEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.StartAnimationCueEvt
addremove

The StartAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartAnimationCueEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.StartEvt
addremove

The StartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.StartInteractionEvt
addremove

The StartInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartInteractionEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.StartPickEvt
addremove

The StartPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartPickEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.StartWindowLevelEvt
addremove

The StartWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartWindowLevelEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.TimerEvt
addremove

The TimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.TimerEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.UnRegisterEvt
addremove

The UnRegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UnRegisterEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.UpdateEvt
addremove

The UpdateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.UpdateInformationEvt
addremove

The UpdateInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateInformationEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.UpdatePropertyEvt
addremove

The UpdatePropertyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdatePropertyEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.VolumeMapperComputeGradientsEndEvt
addremove

The VolumeMapperComputeGradientsEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsEndEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.VolumeMapperComputeGradientsProgressEvt
addremove

The VolumeMapperComputeGradientsProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsProgressEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.VolumeMapperComputeGradientsStartEvt
addremove

The VolumeMapperComputeGradientsStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsStartEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.VolumeMapperRenderEndEvt
addremove

The VolumeMapperRenderEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderEndEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.VolumeMapperRenderProgressEvt
addremove

The VolumeMapperRenderProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderProgressEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.VolumeMapperRenderStartEvt
addremove

The VolumeMapperRenderStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderStartEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.WarningEvt
addremove

The WarningEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WarningEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.WidgetActivateEvt
addremove

The WidgetActivateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetActivateEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.WidgetModifiedEvt
addremove

The WidgetModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetModifiedEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.WidgetValueChangedEvt
addremove

The WidgetValueChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetValueChangedEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.WindowLevelEvt
addremove

The WindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WindowLevelEvent as the eventId parameter.

Kitware.VTK.vtkObject.vtkObjectEventHandler Kitware.VTK.vtkObject.WrongTagEvt
addremove

The WrongTagEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WrongTagEvent as the eventId parameter.


The documentation for this class was generated from the following file: