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.vtkDataObjectGenerator Class Reference

vtkDataObjectGenerator - produces simple (composite or atomic) data sets for testing. More...

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

List of all members.

Public Member Functions

 vtkDataObjectGenerator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataObjectGenerator ()
 Undocumented Block.
virtual string GetProgram ()
 The string that will be parsed to specify a dataobject structure.
override int IsA (string type)
 Undocumented Block.
new vtkDataObjectGenerator NewInstance ()
 Undocumented Block.
virtual void SetProgram (string _arg)
 The string that will be parsed to specify a dataobject structure.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkDataObjectGenerator"
 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 vtkDataObjectGenerator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectGenerator_GetProgram_01 (HandleRef pThis)
static internal int vtkDataObjectGenerator_IsA_02 (HandleRef pThis, string type)
static internal int vtkDataObjectGenerator_IsTypeOf_03 (string type)
static internal IntPtr vtkDataObjectGenerator_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectGenerator_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataObjectGenerator_SetProgram_07 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkDataObjectGenerator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataObjectGenerator - produces simple (composite or atomic) data sets for testing.

Description vtkDataObjectGenerator parses a string and produces dataobjects from the dataobject template names it sees in the string. For example, if the string contains "ID1" the generator will create a vtkImageData. "UF1", "RG1", "SG1", "PD1", and "UG1" will produce vtkUniformGrid, vtkRectilinearGrid, vtkStructuredGrid, vtkPolyData and vtkUnstructuredGrid respectively. "PD2" will produce an alternate vtkPolyData. You can compose composite datasets from the atomic ones listed above by placing them within one of the two composite dataset identifiers


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDataObjectGenerator.vtkDataObjectGenerator ( 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.vtkDataObjectGenerator.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.vtkDataObjectAlgorithm.

virtual string Kitware.VTK.vtkDataObjectGenerator.GetProgram ( ) [virtual]

The string that will be parsed to specify a dataobject structure.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkDataObjectGenerator.SetProgram ( string  _arg) [virtual]

The string that will be parsed to specify a dataobject structure.

static internal IntPtr Kitware.VTK.vtkDataObjectGenerator.vtkDataObjectGenerator_GetProgram_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataObjectGenerator.vtkDataObjectGenerator_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDataObjectGenerator.vtkDataObjectGenerator_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectGenerator.vtkDataObjectGenerator_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectGenerator.vtkDataObjectGenerator_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectGenerator.vtkDataObjectGenerator_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataObjectGenerator.vtkDataObjectGenerator_SetProgram_07 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDataObjectGenerator.MRClassNameKey = "22vtkDataObjectGenerator" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.


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