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

vtkGenericDataSet - defines dataset interface More...

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

List of all members.

Public Member Functions

 vtkGenericDataSet (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual void ComputeBounds ()
 Compute the geometry bounding box.
virtual int FindCell (IntPtr x, vtkGenericCellIterator cell, double tol2, ref int subId, IntPtr pcoords)
 Locate the closest cell to position `x' (global coordinates) with respect to a tolerance squared `tol2' and an initial guess `cell' (if valid). The result consists in the `cell', the `subId' of the sub-cell (0 if primary cell), the parametric coordinates `pcoord' of the position. It returns whether the position is inside the cell or not (boolean). Tolerance is used to control how close the point is to be considered "in" the cell. THIS METHOD IS NOT THREAD SAFE.
virtual void FindPoint (IntPtr x, vtkGenericPointIterator p)
 Locate the closest point `p' to position `x' (global coordinates).
override uint GetActualMemorySize ()
 Actual size of the data in kilobytes; only valid after the pipeline has updated. It is guaranteed to be greater than or equal to the memory required to represent the data.
virtual
vtkGenericAttributeCollection 
GetAttributes ()
 Get the collection of attributes associated with this dataset.
override vtkDataSetAttributes GetAttributes (int type)
 Returns the attributes of the data object of the specified attribute type. The type may be: <ul> <li>POINT - Defined in vtkDataSet subclasses. <li>CELL - Defined in vtkDataSet subclasses. <li>VERTEX - Defined in vtkGraph subclasses. <li>EDGE - Defined in vtkGraph subclasses. <li>ROW - Defined in vtkTable. </ul> The other attribute type, FIELD, will return NULL since field data is stored as a vtkFieldData instance, not a vtkDataSetAttributes instance. To retrieve field data, use GetAttributesAsFieldData.
virtual IntPtr GetBounds ()
 Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax). The return value is VOLATILE.
virtual void GetBounds (IntPtr bounds)
 Return the geometry bounding box in global coordinates in the form (xmin,xmax, ymin,ymax, zmin,zmax) in the `bounds' array.
virtual int GetCellDimension ()
 Return -1 if the dataset is explicitly defined by cells of varying dimensions or if there are no cells. If the dataset is explicitly defined by cells of a unique dimension, return this dimension.
virtual void GetCellTypes (vtkCellTypes types)
 Get a list of types of cells in a dataset. The list consists of an array of types (not necessarily in any order), with a single entry per type. For example a dataset 5 triangles, 3 lines, and 100 hexahedra would result a list of three entries, corresponding to the types VTK_TRIANGLE, VTK_LINE, and VTK_HEXAHEDRON. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED.
virtual IntPtr GetCenter ()
 Get the center of the bounding box in global coordinates. The return value is VOLATILE.
virtual void GetCenter (IntPtr center)
 Get the center of the bounding box in global coordinates.
override int GetDataObjectType ()
 Return the type of data object.
virtual int GetEstimatedSize ()
 Estimated size needed after tessellation (or special operation)
virtual double GetLength ()
 Return the length of the diagonal of the bounding box.
override uint GetMTime ()
 Datasets are composite objects and need to check each part for their modified time.
virtual int GetNumberOfCells (int dim)
 Return the number of cells that explicitly define the dataset. See NewCellIterator() for more details.
virtual int GetNumberOfPoints ()
 Return the number of points composing the dataset. See NewPointIterator() for more details.
virtual vtkGenericCellTessellator GetTessellator ()
 Set/Get a cell tessellator if cells must be tessellated during processing.
override int IsA (string type)
 Standard VTK type and print macros.
virtual vtkGenericCellIterator NewBoundaryIterator (int dim, int exteriorOnly)
 Return an iterator to traverse cell boundaries of dimension `dim' (or all dimensions if -1) of the dataset. If `exteriorOnly' is true, only the exterior cell boundaries of the dataset will be returned, otherwise it will return exterior and interior cell boundaries. The user is responsible for deleting the iterator.
virtual vtkGenericCellIterator NewCellIterator (int dim)
 Return an iterator to traverse cells of dimension `dim' (or all dimensions if -1) that explicitly define the dataset. For instance, it will return only tetrahedra if the mesh is defined by tetrahedra. If the mesh is composed of two parts, one with tetrahedra and another part with triangles, it will return both, but will not return the boundary edges and vertices of these cells. The user is responsible for deleting the iterator.
new vtkGenericDataSet NewInstance ()
 Standard VTK type and print macros.
virtual vtkGenericPointIterator NewPointIterator ()
 Return an iterator to traverse the points composing the dataset; they can be points that define a cell (corner points) or isolated points. The user is responsible for deleting the iterator.
virtual void SetTessellator (vtkGenericCellTessellator tessellator)
 Set/Get a cell tessellator if cells must be tessellated during processing.

Static Public Member Functions

static new vtkGenericDataSet GetData (vtkInformation info)
 Estimated size needed after tessellation (or special operation)
static new vtkGenericDataSet GetData (vtkInformationVector v, int i)
 Estimated size needed after tessellation (or special operation)
static new int IsTypeOf (string type)
 Standard VTK type and print macros.
static new vtkGenericDataSet SafeDownCast (vtkObjectBase o)
 Standard VTK type and print macros.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkGenericDataSet"
 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 void vtkGenericDataSet_ComputeBounds_01 (HandleRef pThis)
static internal int vtkGenericDataSet_FindCell_02 (HandleRef pThis, IntPtr x, HandleRef cell, double tol2, ref int subId, IntPtr pcoords)
static internal void vtkGenericDataSet_FindPoint_03 (HandleRef pThis, IntPtr x, HandleRef p)
static internal uint vtkGenericDataSet_GetActualMemorySize_04 (HandleRef pThis)
static internal IntPtr vtkGenericDataSet_GetAttributes_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSet_GetAttributes_06 (HandleRef pThis, int type, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSet_GetBounds_07 (HandleRef pThis)
static internal void vtkGenericDataSet_GetBounds_08 (HandleRef pThis, IntPtr bounds)
static internal int vtkGenericDataSet_GetCellDimension_09 (HandleRef pThis)
static internal void vtkGenericDataSet_GetCellTypes_10 (HandleRef pThis, HandleRef types)
static internal IntPtr vtkGenericDataSet_GetCenter_11 (HandleRef pThis)
static internal void vtkGenericDataSet_GetCenter_12 (HandleRef pThis, IntPtr center)
static internal IntPtr vtkGenericDataSet_GetData_13 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSet_GetData_14 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkGenericDataSet_GetDataObjectType_15 (HandleRef pThis)
static internal int vtkGenericDataSet_GetEstimatedSize_16 (HandleRef pThis)
static internal double vtkGenericDataSet_GetLength_17 (HandleRef pThis)
static internal uint vtkGenericDataSet_GetMTime_18 (HandleRef pThis)
static internal int vtkGenericDataSet_GetNumberOfCells_19 (HandleRef pThis, int dim)
static internal int vtkGenericDataSet_GetNumberOfPoints_20 (HandleRef pThis)
static internal IntPtr vtkGenericDataSet_GetTessellator_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkGenericDataSet_IsA_22 (HandleRef pThis, string type)
static internal int vtkGenericDataSet_IsTypeOf_23 (string type)
static internal IntPtr vtkGenericDataSet_NewBoundaryIterator_24 (HandleRef pThis, int dim, int exteriorOnly, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSet_NewCellIterator_25 (HandleRef pThis, int dim, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSet_NewInstance_26 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSet_NewPointIterator_27 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericDataSet_SafeDownCast_28 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericDataSet_SetTessellator_29 (HandleRef pThis, HandleRef tessellator)

Static Private Member Functions

static vtkGenericDataSet ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGenericDataSet - defines dataset interface

Description In VTK, spatial-temporal data is defined in terms of a dataset. The dataset consists of geometry (e.g., points), topology (e.g., cells), and attributes (e.g., scalars, vectors, etc.) vtkGenericDataSet is an abstract class defining this abstraction.

Since vtkGenericDataSet provides a general interface to manipulate data, algorithms that process it tend to be slower than those specialized for a particular data type. For this reason, there are concrete, non-abstract subclasses that represent and provide access to data more efficiently. Note that filters to process this dataset type are currently found in the VTK/GenericFiltering/ subdirectory.

Unlike the vtkDataSet class, vtkGenericDataSet provides a more flexible interface including support for iterators. vtkGenericDataSet is also designed to interface VTK to external simulation packages without the penalty of copying memory (see VTK/GenericFiltering/README.html) for more information. Thus vtkGenericDataSet plays a central role in the adaptor framework.

Please note that this class introduces the concepts of "boundary cells". This refers to the boundaries of a cell (e.g., face of a tetrahedron) which may in turn be represented as a cell. Boundary cells are derivative topological features of cells, and are therefore never explicitly represented in the dataset. Often in visualization algorithms, looping over boundaries (edges or faces) is employed, while the actual dataset cells may not traversed. Thus there are methods to loop over these boundary cells.

Finally, as a point of clarification, points are not the same as vertices. Vertices refer to points, and points specify a position is space. Vertices are a type of 0-D cell. Also, the concept of a DOFNode, which is where coefficients for higher-order cells are kept, is a new concept introduced by the adaptor framework (see vtkGenericAdaptorCell for more information).

vtkGenericAdaptorCell vtkDataSet


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

virtual void Kitware.VTK.vtkGenericDataSet.ComputeBounds ( ) [virtual]

Compute the geometry bounding box.

override void Kitware.VTK.vtkGenericDataSet.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.vtkDataObject.

virtual int Kitware.VTK.vtkGenericDataSet.FindCell ( IntPtr  x,
vtkGenericCellIterator  cell,
double  tol2,
ref int  subId,
IntPtr  pcoords 
) [virtual]

Locate the closest cell to position `x' (global coordinates) with respect to a tolerance squared `tol2' and an initial guess `cell' (if valid). The result consists in the `cell', the `subId' of the sub-cell (0 if primary cell), the parametric coordinates `pcoord' of the position. It returns whether the position is inside the cell or not (boolean). Tolerance is used to control how close the point is to be considered "in" the cell. THIS METHOD IS NOT THREAD SAFE.

Precondition:
not_empty: GetNumberOfCells()>0
cell_exists: cell!=0
positive_tolerance: tol2>0
virtual void Kitware.VTK.vtkGenericDataSet.FindPoint ( IntPtr  x,
vtkGenericPointIterator  p 
) [virtual]

Locate the closest point `p' to position `x' (global coordinates).

Precondition:
not_empty: GetNumberOfPoints()>0
p_exists: p!=0

Actual size of the data in kilobytes; only valid after the pipeline has updated. It is guaranteed to be greater than or equal to the memory required to represent the data.

Reimplemented from Kitware.VTK.vtkDataObject.

Get the collection of attributes associated with this dataset.

Here is the call graph for this function:

Returns the attributes of the data object of the specified attribute type. The type may be: <ul> <li>POINT - Defined in vtkDataSet subclasses. <li>CELL - Defined in vtkDataSet subclasses. <li>VERTEX - Defined in vtkGraph subclasses. <li>EDGE - Defined in vtkGraph subclasses. <li>ROW - Defined in vtkTable. </ul> The other attribute type, FIELD, will return NULL since field data is stored as a vtkFieldData instance, not a vtkDataSetAttributes instance. To retrieve field data, use GetAttributesAsFieldData.

Reimplemented from Kitware.VTK.vtkDataObject.

Here is the call graph for this function:

virtual IntPtr Kitware.VTK.vtkGenericDataSet.GetBounds ( ) [virtual]

Return a pointer to the geometry bounding box in the form (xmin,xmax, ymin,ymax, zmin,zmax). The return value is VOLATILE.

Postcondition:
result_exists: result!=0
virtual void Kitware.VTK.vtkGenericDataSet.GetBounds ( IntPtr  bounds) [virtual]

Return the geometry bounding box in global coordinates in the form (xmin,xmax, ymin,ymax, zmin,zmax) in the `bounds' array.

Return -1 if the dataset is explicitly defined by cells of varying dimensions or if there are no cells. If the dataset is explicitly defined by cells of a unique dimension, return this dimension.

Postcondition:
valid_range: (result>=-1) && (result<=3)
virtual void Kitware.VTK.vtkGenericDataSet.GetCellTypes ( vtkCellTypes  types) [virtual]

Get a list of types of cells in a dataset. The list consists of an array of types (not necessarily in any order), with a single entry per type. For example a dataset 5 triangles, 3 lines, and 100 hexahedra would result a list of three entries, corresponding to the types VTK_TRIANGLE, VTK_LINE, and VTK_HEXAHEDRON. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED.

Precondition:
types_exist: types!=0
virtual IntPtr Kitware.VTK.vtkGenericDataSet.GetCenter ( ) [virtual]

Get the center of the bounding box in global coordinates. The return value is VOLATILE.

Postcondition:
result_exists: result!=0
virtual void Kitware.VTK.vtkGenericDataSet.GetCenter ( IntPtr  center) [virtual]

Get the center of the bounding box in global coordinates.

Estimated size needed after tessellation (or special operation)

Reimplemented from Kitware.VTK.vtkDataObject.

Here is the call graph for this function:

Estimated size needed after tessellation (or special operation)

Reimplemented from Kitware.VTK.vtkDataObject.

Here is the call graph for this function:

Return the type of data object.

Reimplemented from Kitware.VTK.vtkDataObject.

Estimated size needed after tessellation (or special operation)

virtual double Kitware.VTK.vtkGenericDataSet.GetLength ( ) [virtual]

Return the length of the diagonal of the bounding box.

Postcondition:
positive_result: result>=0
override uint Kitware.VTK.vtkGenericDataSet.GetMTime ( ) [virtual]

Datasets are composite objects and need to check each part for their modified time.

Reimplemented from Kitware.VTK.vtkDataObject.

virtual int Kitware.VTK.vtkGenericDataSet.GetNumberOfCells ( int  dim) [virtual]

Return the number of cells that explicitly define the dataset. See NewCellIterator() for more details.

Precondition:
valid_dim_range: (dim>=-1) && (dim<=3)
Postcondition:
positive_result: result>=0

Return the number of points composing the dataset. See NewPointIterator() for more details.

Postcondition:
positive_result: result>=0

Set/Get a cell tessellator if cells must be tessellated during processing.

Precondition:
tessellator_exists: tessellator!=0

Here is the call graph for this function:

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

Standard VTK type and print macros.

Reimplemented from Kitware.VTK.vtkDataObject.

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

Standard VTK type and print macros.

Reimplemented from Kitware.VTK.vtkDataObject.

virtual vtkGenericCellIterator Kitware.VTK.vtkGenericDataSet.NewBoundaryIterator ( int  dim,
int  exteriorOnly 
) [virtual]

Return an iterator to traverse cell boundaries of dimension `dim' (or all dimensions if -1) of the dataset. If `exteriorOnly' is true, only the exterior cell boundaries of the dataset will be returned, otherwise it will return exterior and interior cell boundaries. The user is responsible for deleting the iterator.

Precondition:
valid_dim_range: (dim>=-1) && (dim<=2)
Postcondition:
result_exists: result!=0

Here is the call graph for this function:

Return an iterator to traverse cells of dimension `dim' (or all dimensions if -1) that explicitly define the dataset. For instance, it will return only tetrahedra if the mesh is defined by tetrahedra. If the mesh is composed of two parts, one with tetrahedra and another part with triangles, it will return both, but will not return the boundary edges and vertices of these cells. The user is responsible for deleting the iterator.

Precondition:
valid_dim_range: (dim>=-1) && (dim<=3)
Postcondition:
result_exists: result!=0

Here is the call graph for this function:

Standard VTK type and print macros.

Reimplemented from Kitware.VTK.vtkDataObject.

Return an iterator to traverse the points composing the dataset; they can be points that define a cell (corner points) or isolated points. The user is responsible for deleting the iterator.

Postcondition:
result_exists: result!=0

Here is the call graph for this function:

Standard VTK type and print macros.

Reimplemented from Kitware.VTK.vtkDataObject.

Here is the call graph for this function:

Set/Get a cell tessellator if cells must be tessellated during processing.

Precondition:
tessellator_exists: tessellator!=0
static internal void Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_ComputeBounds_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_FindCell_02 ( HandleRef  pThis,
IntPtr  x,
HandleRef  cell,
double  tol2,
ref int  subId,
IntPtr  pcoords 
) [private]
static internal void Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_FindPoint_03 ( HandleRef  pThis,
IntPtr  x,
HandleRef  p 
) [private]
static internal uint Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetActualMemorySize_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetAttributes_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetAttributes_06 ( HandleRef  pThis,
int  type,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetBounds_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetBounds_08 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal int Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetCellDimension_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetCellTypes_10 ( HandleRef  pThis,
HandleRef  types 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetCenter_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetCenter_12 ( HandleRef  pThis,
IntPtr  center 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetData_13 ( HandleRef  info,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetData_14 ( HandleRef  v,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetDataObjectType_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetEstimatedSize_16 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetLength_17 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetMTime_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetNumberOfCells_19 ( HandleRef  pThis,
int  dim 
) [private]
static internal int Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetNumberOfPoints_20 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_GetTessellator_21 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_IsA_22 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_IsTypeOf_23 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_NewBoundaryIterator_24 ( HandleRef  pThis,
int  dim,
int  exteriorOnly,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_NewCellIterator_25 ( HandleRef  pThis,
int  dim,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_NewInstance_26 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_NewPointIterator_27 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_SafeDownCast_28 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGenericDataSet.vtkGenericDataSet_SetTessellator_29 ( HandleRef  pThis,
HandleRef  tessellator 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGenericDataSet.MRClassNameKey = "17vtkGenericDataSet" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObject.


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