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

vtkChacoReader - Read a Chaco file and create a vtkUnstructuredGrid. More...

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

List of all members.

Public Member Functions

 vtkChacoReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkChacoReader ()
 Undocumented Block.
virtual void GenerateEdgeWeightArraysOff ()
 Each edge in the Chaco file connects two vertices. The file may specify one or more weights for each edge. (The weight for an edge from vertex A to vertex B equals the weight from B to A.) Indicate with the following parameter whether this reader should create a cell array for each weight for every edge. Default is OFF.
virtual void GenerateEdgeWeightArraysOn ()
 Each edge in the Chaco file connects two vertices. The file may specify one or more weights for each edge. (The weight for an edge from vertex A to vertex B equals the weight from B to A.) Indicate with the following parameter whether this reader should create a cell array for each weight for every edge. Default is OFF.
virtual void GenerateGlobalElementIdArrayOff ()
 Indicate whether this reader should create a cell array containing global IDs for the cells in the output vtkUnstructuredGrid. These cells represent the edges that were in the Chaco file. Each edge is a vtkLine. Default is ON.
virtual void GenerateGlobalElementIdArrayOn ()
 Indicate whether this reader should create a cell array containing global IDs for the cells in the output vtkUnstructuredGrid. These cells represent the edges that were in the Chaco file. Each edge is a vtkLine. Default is ON.
virtual void GenerateGlobalNodeIdArrayOff ()
 Indicate whether this reader should create a point array of global IDs for the points in the output vtkUnstructuredGrid. These points are the vertices that were in the Chaco file. Global point IDs start at "1" for the first vertex in BaseName.coords and go up from there. Default is ON.
virtual void GenerateGlobalNodeIdArrayOn ()
 Indicate whether this reader should create a point array of global IDs for the points in the output vtkUnstructuredGrid. These points are the vertices that were in the Chaco file. Global point IDs start at "1" for the first vertex in BaseName.coords and go up from there. Default is ON.
virtual void GenerateVertexWeightArraysOff ()
 Indicate whether this reader should create a point array for each vertex weight in the Chaco file. Default is OFF.
virtual void GenerateVertexWeightArraysOn ()
 Indicate whether this reader should create a point array for each vertex weight in the Chaco file. Default is OFF.
virtual string GetBaseName ()
 Specify the base name of the Chaco files. The reader will try to open BaseName.coords and BaseName.graph.
virtual int GetDimensionality ()
 Access to meta data generated by RequestInformation.
string GetEdgeWeightArrayName (int weight)
 This method returns the name of the selected Edge weight cell array. If you did not turn on GenerateEdgeWeightArrays, or if the weight you requested is invalid, it returns NULL. Weights begin at one and go up to NumberOfEdgeWeights. This is a pointer to our copy of the name, so don't "delete" it.
virtual int GetGenerateEdgeWeightArrays ()
 Each edge in the Chaco file connects two vertices. The file may specify one or more weights for each edge. (The weight for an edge from vertex A to vertex B equals the weight from B to A.) Indicate with the following parameter whether this reader should create a cell array for each weight for every edge. Default is OFF.
virtual int GetGenerateGlobalElementIdArray ()
 Indicate whether this reader should create a cell array containing global IDs for the cells in the output vtkUnstructuredGrid. These cells represent the edges that were in the Chaco file. Each edge is a vtkLine. Default is ON.
virtual int GetGenerateGlobalNodeIdArray ()
 Indicate whether this reader should create a point array of global IDs for the points in the output vtkUnstructuredGrid. These points are the vertices that were in the Chaco file. Global point IDs start at "1" for the first vertex in BaseName.coords and go up from there. Default is ON.
virtual int GetGenerateVertexWeightArrays ()
 Indicate whether this reader should create a point array for each vertex weight in the Chaco file. Default is OFF.
virtual int GetNumberOfCellWeightArrays ()
 After this filter executes, this method returns the number of cell arrays that were created to hold the edge weights. It is equal to NumberOfEdgeWeights if GenerateEdgeWeightArrays was ON.
virtual int GetNumberOfEdgeWeights ()
 Returns the number of weights per edge in the Chaco file, whether or not GenerateEdgeWeightArrays is ON.
virtual int GetNumberOfEdges ()
 Access to meta data generated by RequestInformation.
virtual int GetNumberOfPointWeightArrays ()
 After this filter executes, this method returns the number of point arrays that were created to hold the vertex weights. It is equal to NumberOfVertexWeights if GenerateVertexWeightArrays was ON.
virtual int GetNumberOfVertexWeights ()
 Returns the number of weights per vertex in the Chaco file, whether or not GenerateVertexWeightArrays is ON.
virtual int GetNumberOfVertices ()
 Access to meta data generated by RequestInformation.
string GetVertexWeightArrayName (int weight)
 This method returns the name of the selected Vertex weight point array. If you did not turn on GenerateVertexWeightArrays, or if the weight you requested is invalid, it returns NULL. Weights begin at one and go up to NumberOfVertexWeights. This is a pointer to our copy of the name, so don't "delete" it.
override int IsA (string type)
 Undocumented Block.
new vtkChacoReader NewInstance ()
 Undocumented Block.
virtual void SetBaseName (string _arg)
 Specify the base name of the Chaco files. The reader will try to open BaseName.coords and BaseName.graph.
virtual void SetGenerateEdgeWeightArrays (int _arg)
 Each edge in the Chaco file connects two vertices. The file may specify one or more weights for each edge. (The weight for an edge from vertex A to vertex B equals the weight from B to A.) Indicate with the following parameter whether this reader should create a cell array for each weight for every edge. Default is OFF.
virtual void SetGenerateGlobalElementIdArray (int _arg)
 Indicate whether this reader should create a cell array containing global IDs for the cells in the output vtkUnstructuredGrid. These cells represent the edges that were in the Chaco file. Each edge is a vtkLine. Default is ON.
virtual void SetGenerateGlobalNodeIdArray (int _arg)
 Indicate whether this reader should create a point array of global IDs for the points in the output vtkUnstructuredGrid. These points are the vertices that were in the Chaco file. Global point IDs start at "1" for the first vertex in BaseName.coords and go up from there. Default is ON.
virtual void SetGenerateVertexWeightArrays (int _arg)
 Indicate whether this reader should create a point array for each vertex weight in the Chaco file. Default is OFF.

Static Public Member Functions

static new vtkChacoReader New ()
 Undocumented Block.
static string GetGlobalElementIdArrayName ()
 Indicate whether this reader should create a cell array containing global IDs for the cells in the output vtkUnstructuredGrid. These cells represent the edges that were in the Chaco file. Each edge is a vtkLine. Default is ON.
static string GetGlobalNodeIdArrayName ()
 Indicate whether this reader should create a point array of global IDs for the points in the output vtkUnstructuredGrid. These points are the vertices that were in the Chaco file. Global point IDs start at "1" for the first vertex in BaseName.coords and go up from there. Default is ON.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkChacoReader SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkChacoReader"
 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 vtkChacoReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkChacoReader_GenerateEdgeWeightArraysOff_01 (HandleRef pThis)
static internal void vtkChacoReader_GenerateEdgeWeightArraysOn_02 (HandleRef pThis)
static internal void vtkChacoReader_GenerateGlobalElementIdArrayOff_03 (HandleRef pThis)
static internal void vtkChacoReader_GenerateGlobalElementIdArrayOn_04 (HandleRef pThis)
static internal void vtkChacoReader_GenerateGlobalNodeIdArrayOff_05 (HandleRef pThis)
static internal void vtkChacoReader_GenerateGlobalNodeIdArrayOn_06 (HandleRef pThis)
static internal void vtkChacoReader_GenerateVertexWeightArraysOff_07 (HandleRef pThis)
static internal void vtkChacoReader_GenerateVertexWeightArraysOn_08 (HandleRef pThis)
static internal IntPtr vtkChacoReader_GetBaseName_09 (HandleRef pThis)
static internal int vtkChacoReader_GetDimensionality_10 (HandleRef pThis)
static internal IntPtr vtkChacoReader_GetEdgeWeightArrayName_11 (HandleRef pThis, int weight)
static internal int vtkChacoReader_GetGenerateEdgeWeightArrays_12 (HandleRef pThis)
static internal int vtkChacoReader_GetGenerateGlobalElementIdArray_13 (HandleRef pThis)
static internal int vtkChacoReader_GetGenerateGlobalNodeIdArray_14 (HandleRef pThis)
static internal int vtkChacoReader_GetGenerateVertexWeightArrays_15 (HandleRef pThis)
static internal IntPtr vtkChacoReader_GetGlobalElementIdArrayName_16 ()
static internal IntPtr vtkChacoReader_GetGlobalNodeIdArrayName_17 ()
static internal int vtkChacoReader_GetNumberOfCellWeightArrays_18 (HandleRef pThis)
static internal int vtkChacoReader_GetNumberOfEdgeWeights_19 (HandleRef pThis)
static internal int vtkChacoReader_GetNumberOfEdges_20 (HandleRef pThis)
static internal int vtkChacoReader_GetNumberOfPointWeightArrays_21 (HandleRef pThis)
static internal int vtkChacoReader_GetNumberOfVertexWeights_22 (HandleRef pThis)
static internal int vtkChacoReader_GetNumberOfVertices_23 (HandleRef pThis)
static internal IntPtr vtkChacoReader_GetVertexWeightArrayName_24 (HandleRef pThis, int weight)
static internal int vtkChacoReader_IsA_25 (HandleRef pThis, string type)
static internal int vtkChacoReader_IsTypeOf_26 (string type)
static internal IntPtr vtkChacoReader_NewInstance_28 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkChacoReader_SafeDownCast_29 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkChacoReader_SetBaseName_30 (HandleRef pThis, string _arg)
static internal void vtkChacoReader_SetGenerateEdgeWeightArrays_31 (HandleRef pThis, int _arg)
static internal void vtkChacoReader_SetGenerateGlobalElementIdArray_32 (HandleRef pThis, int _arg)
static internal void vtkChacoReader_SetGenerateGlobalNodeIdArray_33 (HandleRef pThis, int _arg)
static internal void vtkChacoReader_SetGenerateVertexWeightArrays_34 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkChacoReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkChacoReader - Read a Chaco file and create a vtkUnstructuredGrid.

Description vtkChacoReader is an unstructured grid source object that reads Chaco files. The reader DOES NOT respond to piece requests. Chaco is a graph partitioning package developed at Sandia National Laboratories in the early 1990s. (http://www.cs.sandia.gov/~bahendr/chaco.html)

Note that the Chaco "edges" become VTK "cells", and the Chaco "vertices" become VTK "points".


Constructor & Destructor Documentation

static Kitware.VTK.vtkChacoReader.vtkChacoReader ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkChacoReader.vtkChacoReader ( 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.vtkChacoReader.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.vtkUnstructuredGridAlgorithm.

Reimplemented in Kitware.VTK.vtkPChacoReader.

Each edge in the Chaco file connects two vertices. The file may specify one or more weights for each edge. (The weight for an edge from vertex A to vertex B equals the weight from B to A.) Indicate with the following parameter whether this reader should create a cell array for each weight for every edge. Default is OFF.

Each edge in the Chaco file connects two vertices. The file may specify one or more weights for each edge. (The weight for an edge from vertex A to vertex B equals the weight from B to A.) Indicate with the following parameter whether this reader should create a cell array for each weight for every edge. Default is OFF.

Indicate whether this reader should create a cell array containing global IDs for the cells in the output vtkUnstructuredGrid. These cells represent the edges that were in the Chaco file. Each edge is a vtkLine. Default is ON.

Indicate whether this reader should create a cell array containing global IDs for the cells in the output vtkUnstructuredGrid. These cells represent the edges that were in the Chaco file. Each edge is a vtkLine. Default is ON.

Indicate whether this reader should create a point array of global IDs for the points in the output vtkUnstructuredGrid. These points are the vertices that were in the Chaco file. Global point IDs start at "1" for the first vertex in BaseName.coords and go up from there. Default is ON.

Indicate whether this reader should create a point array of global IDs for the points in the output vtkUnstructuredGrid. These points are the vertices that were in the Chaco file. Global point IDs start at "1" for the first vertex in BaseName.coords and go up from there. Default is ON.

Indicate whether this reader should create a point array for each vertex weight in the Chaco file. Default is OFF.

Indicate whether this reader should create a point array for each vertex weight in the Chaco file. Default is OFF.

virtual string Kitware.VTK.vtkChacoReader.GetBaseName ( ) [virtual]

Specify the base name of the Chaco files. The reader will try to open BaseName.coords and BaseName.graph.

Access to meta data generated by RequestInformation.

This method returns the name of the selected Edge weight cell array. If you did not turn on GenerateEdgeWeightArrays, or if the weight you requested is invalid, it returns NULL. Weights begin at one and go up to NumberOfEdgeWeights. This is a pointer to our copy of the name, so don't "delete" it.

Each edge in the Chaco file connects two vertices. The file may specify one or more weights for each edge. (The weight for an edge from vertex A to vertex B equals the weight from B to A.) Indicate with the following parameter whether this reader should create a cell array for each weight for every edge. Default is OFF.

Indicate whether this reader should create a cell array containing global IDs for the cells in the output vtkUnstructuredGrid. These cells represent the edges that were in the Chaco file. Each edge is a vtkLine. Default is ON.

Indicate whether this reader should create a point array of global IDs for the points in the output vtkUnstructuredGrid. These points are the vertices that were in the Chaco file. Global point IDs start at "1" for the first vertex in BaseName.coords and go up from there. Default is ON.

Indicate whether this reader should create a point array for each vertex weight in the Chaco file. Default is OFF.

Indicate whether this reader should create a cell array containing global IDs for the cells in the output vtkUnstructuredGrid. These cells represent the edges that were in the Chaco file. Each edge is a vtkLine. Default is ON.

Indicate whether this reader should create a point array of global IDs for the points in the output vtkUnstructuredGrid. These points are the vertices that were in the Chaco file. Global point IDs start at "1" for the first vertex in BaseName.coords and go up from there. Default is ON.

After this filter executes, this method returns the number of cell arrays that were created to hold the edge weights. It is equal to NumberOfEdgeWeights if GenerateEdgeWeightArrays was ON.

Access to meta data generated by RequestInformation.

Returns the number of weights per edge in the Chaco file, whether or not GenerateEdgeWeightArrays is ON.

After this filter executes, this method returns the number of point arrays that were created to hold the vertex weights. It is equal to NumberOfVertexWeights if GenerateVertexWeightArrays was ON.

Returns the number of weights per vertex in the Chaco file, whether or not GenerateVertexWeightArrays is ON.

Access to meta data generated by RequestInformation.

This method returns the name of the selected Vertex weight point array. If you did not turn on GenerateVertexWeightArrays, or if the weight you requested is invalid, it returns NULL. Weights begin at one and go up to NumberOfVertexWeights. This is a pointer to our copy of the name, so don't "delete" it.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Reimplemented in Kitware.VTK.vtkPChacoReader.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Reimplemented in Kitware.VTK.vtkPChacoReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Reimplemented in Kitware.VTK.vtkPChacoReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Reimplemented in Kitware.VTK.vtkPChacoReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Reimplemented in Kitware.VTK.vtkPChacoReader.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkChacoReader.SetBaseName ( string  _arg) [virtual]

Specify the base name of the Chaco files. The reader will try to open BaseName.coords and BaseName.graph.

virtual void Kitware.VTK.vtkChacoReader.SetGenerateEdgeWeightArrays ( int  _arg) [virtual]

Each edge in the Chaco file connects two vertices. The file may specify one or more weights for each edge. (The weight for an edge from vertex A to vertex B equals the weight from B to A.) Indicate with the following parameter whether this reader should create a cell array for each weight for every edge. Default is OFF.

virtual void Kitware.VTK.vtkChacoReader.SetGenerateGlobalElementIdArray ( int  _arg) [virtual]

Indicate whether this reader should create a cell array containing global IDs for the cells in the output vtkUnstructuredGrid. These cells represent the edges that were in the Chaco file. Each edge is a vtkLine. Default is ON.

virtual void Kitware.VTK.vtkChacoReader.SetGenerateGlobalNodeIdArray ( int  _arg) [virtual]

Indicate whether this reader should create a point array of global IDs for the points in the output vtkUnstructuredGrid. These points are the vertices that were in the Chaco file. Global point IDs start at "1" for the first vertex in BaseName.coords and go up from there. Default is ON.

virtual void Kitware.VTK.vtkChacoReader.SetGenerateVertexWeightArrays ( int  _arg) [virtual]

Indicate whether this reader should create a point array for each vertex weight in the Chaco file. Default is OFF.

static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_GenerateEdgeWeightArraysOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_GenerateEdgeWeightArraysOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_GenerateGlobalElementIdArrayOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_GenerateGlobalElementIdArrayOn_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_GenerateGlobalNodeIdArrayOff_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_GenerateGlobalNodeIdArrayOn_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_GenerateVertexWeightArraysOff_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_GenerateVertexWeightArraysOn_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkChacoReader.vtkChacoReader_GetBaseName_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_GetDimensionality_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkChacoReader.vtkChacoReader_GetEdgeWeightArrayName_11 ( HandleRef  pThis,
int  weight 
) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_GetGenerateEdgeWeightArrays_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_GetGenerateGlobalElementIdArray_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_GetGenerateGlobalNodeIdArray_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_GetGenerateVertexWeightArrays_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_GetNumberOfCellWeightArrays_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_GetNumberOfEdges_20 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_GetNumberOfEdgeWeights_19 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_GetNumberOfPointWeightArrays_21 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_GetNumberOfVertexWeights_22 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_GetNumberOfVertices_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkChacoReader.vtkChacoReader_GetVertexWeightArrayName_24 ( HandleRef  pThis,
int  weight 
) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_IsA_25 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkChacoReader.vtkChacoReader_IsTypeOf_26 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkChacoReader.vtkChacoReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkChacoReader.vtkChacoReader_NewInstance_28 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkChacoReader.vtkChacoReader_SafeDownCast_29 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_SetBaseName_30 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_SetGenerateEdgeWeightArrays_31 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_SetGenerateGlobalElementIdArray_32 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_SetGenerateGlobalNodeIdArray_33 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkChacoReader.vtkChacoReader_SetGenerateVertexWeightArrays_34 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkChacoReader.MRClassNameKey = "14vtkChacoReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Reimplemented in Kitware.VTK.vtkPChacoReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Reimplemented in Kitware.VTK.vtkPChacoReader.


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