ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkTrivialProducer Class Reference

vtkTrivialProducer - Producer for stand-alone data objects. More...

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

List of all members.

Public Member Functions

 vtkTrivialProducer (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTrivialProducer ()
 Undocumented Block.
override uint GetMTime ()
 The modified time of this producer is the newer of this object or the assigned output.
override int IsA (string type)
 Undocumented Block.
new vtkTrivialProducer NewInstance ()
 Undocumented Block.
virtual void SetOutput (vtkDataObject output)
 Set the data object that is "produced" by this producer. It is never really modified.

Static Public Member Functions

static new vtkTrivialProducer New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkTrivialProducer SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkTrivialProducer"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkTrivialProducer"
 Automatically generated type registration mechanics.

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.

Private Member Functions

static internal IntPtr vtkTrivialProducer_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkTrivialProducer_GetMTime_01 (HandleRef pThis)
static internal int vtkTrivialProducer_IsA_02 (HandleRef pThis, string type)
static internal int vtkTrivialProducer_IsTypeOf_03 (string type)
static internal IntPtr vtkTrivialProducer_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTrivialProducer_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTrivialProducer_SetOutput_07 (HandleRef pThis, HandleRef output)

Static Private Member Functions

static vtkTrivialProducer ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTrivialProducer - Producer for stand-alone data objects.

Description vtkTrivialProducer allows stand-alone data objects to be connected as inputs in a pipeline. All data objects that are connected to a pipeline involving vtkAlgorithm must have a producer. This trivial producer allows data objects that are hand-constructed in a program without another vtk producer to be connected.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkTrivialProducer.Dispose ( bool  disposing) [protected]

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

Reimplemented from Kitware.VTK.vtkAlgorithm.

override uint Kitware.VTK.vtkTrivialProducer.GetMTime ( ) [virtual]

The modified time of this producer is the newer of this object or the assigned output.

Reimplemented from Kitware.VTK.vtkObject.

override int Kitware.VTK.vtkTrivialProducer.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

static new int Kitware.VTK.vtkTrivialProducer.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkTrivialProducer.SetOutput ( vtkDataObject  output) [virtual]

Set the data object that is "produced" by this producer. It is never really modified.

static internal uint Kitware.VTK.vtkTrivialProducer.vtkTrivialProducer_GetMTime_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTrivialProducer.vtkTrivialProducer_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTrivialProducer.vtkTrivialProducer_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTrivialProducer.vtkTrivialProducer_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTrivialProducer.vtkTrivialProducer_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTrivialProducer.vtkTrivialProducer_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTrivialProducer.vtkTrivialProducer_SetOutput_07 ( HandleRef  pThis,
HandleRef  output 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTrivialProducer.MRClassNameKey = "18vtkTrivialProducer" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.


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