ActiViz .NET
5.8.0
|
vtkDataReader - helper superclass for objects that read vtk data files More...
Public Member Functions | |
vtkDataReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDataReader () | |
Undocumented Block. | |
void | CloseVTKFile () |
Close the vtk file. | |
virtual string | GetFieldDataName () |
Set the name of the field data to extract. If not specified, uses first field data encountered in file. | |
string | GetFieldDataNameInFile (int i) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation. | |
virtual string | GetFileName () |
Specify file name of vtk data file to read. | |
virtual int | GetFileType () |
Get the type of file (ASCII or BINARY). Returned value only valid after file has been read. | |
virtual string | GetHeader () |
Get the header from the vtk data file. | |
virtual vtkCharArray | GetInputArray () |
Specify the vtkCharArray to be used when reading from a string. If set, this array has precedence over InputString. Use this instead of InputString to avoid the extra memory copy. It should be noted that if the underlying char* is owned by the user ( vtkCharArray::SetArray(array, 1); ) and is deleted before the reader, bad things will happen during a pipeline update. | |
virtual string | GetInputString () |
Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead. | |
virtual int | GetInputStringLength () |
Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead. | |
virtual string | GetLookupTableName () |
Set the name of the lookup table data to extract. If not specified, uses lookup table named by scalar. Otherwise, this specification supersedes. | |
virtual string | GetNormalsName () |
Set the name of the normal data to extract. If not specified, first normal data encountered is extracted. | |
string | GetNormalsNameInFile (int i) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation. | |
int | GetNumberOfFieldDataInFile () |
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.) | |
int | GetNumberOfNormalsInFile () |
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.) | |
int | GetNumberOfScalarsInFile () |
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.) | |
int | GetNumberOfTCoordsInFile () |
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.) | |
int | GetNumberOfTensorsInFile () |
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.) | |
int | GetNumberOfVectorsInFile () |
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.) | |
virtual int | GetReadAllColorScalars () |
Enable reading all color scalars. | |
virtual int | GetReadAllFields () |
Enable reading all fields. | |
virtual int | GetReadAllNormals () |
Enable reading all normals. | |
virtual int | GetReadAllScalars () |
Enable reading all scalars. | |
virtual int | GetReadAllTCoords () |
Enable reading all tcoords. | |
virtual int | GetReadAllTensors () |
Enable reading all tensors. | |
virtual int | GetReadAllVectors () |
Enable reading all vectors. | |
virtual int | GetReadFromInputString () |
Enable reading from an InputString or InputArray instead of the default, a file. | |
virtual string | GetScalarsName () |
Set the name of the scalar data to extract. If not specified, first scalar data encountered is extracted. | |
string | GetScalarsNameInFile (int i) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation. | |
virtual string | GetTCoordsName () |
Set the name of the texture coordinate data to extract. If not specified, first texture coordinate data encountered is extracted. | |
string | GetTCoordsNameInFile (int i) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation. | |
virtual string | GetTensorsName () |
Set the name of the tensor data to extract. If not specified, first tensor data encountered is extracted. | |
string | GetTensorsNameInFile (int i) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation. | |
virtual string | GetVectorsName () |
Set the name of the vector data to extract. If not specified, first vector data encountered is extracted. | |
string | GetVectorsNameInFile (int i) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation. | |
override int | IsA (string type) |
Undocumented Block. | |
int | IsFilePolyData () |
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string. | |
int | IsFileRectilinearGrid () |
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string. | |
int | IsFileStructuredGrid () |
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string. | |
int | IsFileStructuredPoints () |
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string. | |
int | IsFileUnstructuredGrid () |
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string. | |
int | IsFileValid (string dstype) |
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string. | |
string | LowerCase (string str, uint len) |
Close the vtk file. | |
new vtkDataReader | NewInstance () |
Undocumented Block. | |
int | OpenVTKFile () |
Open a vtk data file. Returns zero if error. | |
int | Read (string arg0) |
Helper functions for reading data. | |
int | Read (IntPtr arg0) |
Helper functions for reading data. | |
virtual void | ReadAllColorScalarsOff () |
Enable reading all color scalars. | |
virtual void | ReadAllColorScalarsOn () |
Enable reading all color scalars. | |
virtual void | ReadAllFieldsOff () |
Enable reading all fields. | |
virtual void | ReadAllFieldsOn () |
Enable reading all fields. | |
virtual void | ReadAllNormalsOff () |
Enable reading all normals. | |
virtual void | ReadAllNormalsOn () |
Enable reading all normals. | |
virtual void | ReadAllScalarsOff () |
Enable reading all scalars. | |
virtual void | ReadAllScalarsOn () |
Enable reading all scalars. | |
virtual void | ReadAllTCoordsOff () |
Enable reading all tcoords. | |
virtual void | ReadAllTCoordsOn () |
Enable reading all tcoords. | |
virtual void | ReadAllTensorsOff () |
Enable reading all tensors. | |
virtual void | ReadAllTensorsOn () |
Enable reading all tensors. | |
virtual void | ReadAllVectorsOff () |
Enable reading all vectors. | |
virtual void | ReadAllVectorsOn () |
Enable reading all vectors. | |
vtkAbstractArray | ReadArray (string dataType, int numTuples, int numComp) |
Helper functions for reading data. | |
int | ReadCellData (vtkDataSet ds, int numCells) |
Read the cell data of a vtk data file. The number of cells (from the dataset) must match the number of cells defined in cell attributes (unless no geometry was defined). | |
int | ReadCells (int size, IntPtr data) |
Read a bunch of "cells". Return 0 if error. | |
int | ReadCells (int size, IntPtr data, int skip1, int read2, int skip3) |
Read a piece of the cells (for streaming compliance) | |
int | ReadCoordinates (vtkRectilinearGrid rg, int axes, int numCoords) |
Read the coordinates for a rectilinear grid. The axes parameter specifies which coordinate axes (0,1,2) is being read. | |
int | ReadEdgeData (vtkGraph g, int numEdges) |
Read the edge data of a vtk data file. The number of edges (from the graph) must match the number of edges defined in edge attributes (unless no geometry was defined). | |
vtkFieldData | ReadFieldData () |
Helper functions for reading data. | |
virtual void | ReadFromInputStringOff () |
Enable reading from an InputString or InputArray instead of the default, a file. | |
virtual void | ReadFromInputStringOn () |
Enable reading from an InputString or InputArray instead of the default, a file. | |
int | ReadHeader () |
Read the header of a vtk data file. Returns 0 if error. | |
int | ReadLine (string result) |
Close the vtk file. | |
virtual int | ReadMetaData (vtkInformation arg0) |
Read the meta information from the file. This needs to be public to it can be accessed by vtkDataSetReader. | |
int | ReadPointData (vtkDataSet ds, int numPts) |
Read the point data of a vtk data file. The number of points (from the dataset) must match the number of points defined in point attributes (unless no geometry was defined). | |
int | ReadPoints (vtkPointSet ps, int numPts) |
Read point coordinates. Return 0 if error. | |
int | ReadPoints (vtkGraph g, int numPts) |
Read point coordinates. Return 0 if error. | |
int | ReadRowData (vtkTable t, int numEdges) |
Read the row data of a vtk data file. | |
int | ReadString (string result) |
Close the vtk file. | |
int | ReadVertexData (vtkGraph g, int numVertices) |
Read the vertex data of a vtk data file. The number of vertices (from the graph) must match the number of vertices defined in vertex attributes (unless no geometry was defined). | |
void | SetBinaryInputString (string arg0, int len) |
Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead. | |
virtual void | SetFieldDataName (string _arg) |
Set the name of the field data to extract. If not specified, uses first field data encountered in file. | |
virtual void | SetFileName (string _arg) |
Specify file name of vtk data file to read. | |
virtual void | SetInputArray (vtkCharArray arg0) |
Specify the vtkCharArray to be used when reading from a string. If set, this array has precedence over InputString. Use this instead of InputString to avoid the extra memory copy. It should be noted that if the underlying char* is owned by the user ( vtkCharArray::SetArray(array, 1); ) and is deleted before the reader, bad things will happen during a pipeline update. | |
void | SetInputString (string arg0) |
Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead. | |
void | SetInputString (string arg0, int len) |
Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead. | |
virtual void | SetLookupTableName (string _arg) |
Set the name of the lookup table data to extract. If not specified, uses lookup table named by scalar. Otherwise, this specification supersedes. | |
virtual void | SetNormalsName (string _arg) |
Set the name of the normal data to extract. If not specified, first normal data encountered is extracted. | |
virtual void | SetReadAllColorScalars (int _arg) |
Enable reading all color scalars. | |
virtual void | SetReadAllFields (int _arg) |
Enable reading all fields. | |
virtual void | SetReadAllNormals (int _arg) |
Enable reading all normals. | |
virtual void | SetReadAllScalars (int _arg) |
Enable reading all scalars. | |
virtual void | SetReadAllTCoords (int _arg) |
Enable reading all tcoords. | |
virtual void | SetReadAllTensors (int _arg) |
Enable reading all tensors. | |
virtual void | SetReadAllVectors (int _arg) |
Enable reading all vectors. | |
virtual void | SetReadFromInputString (int _arg) |
Enable reading from an InputString or InputArray instead of the default, a file. | |
virtual void | SetScalarsName (string _arg) |
Set the name of the scalar data to extract. If not specified, first scalar data encountered is extracted. | |
virtual void | SetTCoordsName (string _arg) |
Set the name of the texture coordinate data to extract. If not specified, first texture coordinate data encountered is extracted. | |
virtual void | SetTensorsName (string _arg) |
Set the name of the tensor data to extract. If not specified, first tensor data encountered is extracted. | |
virtual void | SetVectorsName (string _arg) |
Set the name of the vector data to extract. If not specified, first vector data encountered is extracted. | |
Static Public Member Functions | |
static new vtkDataReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDataReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDataReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkDataReader" |
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 | vtkDataReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDataReader_CloseVTKFile_01 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetFieldDataName_02 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetFieldDataNameInFile_03 (HandleRef pThis, int i) |
static internal IntPtr | vtkDataReader_GetFileName_04 (HandleRef pThis) |
static internal int | vtkDataReader_GetFileType_05 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetHeader_06 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetInputArray_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDataReader_GetInputString_08 (HandleRef pThis) |
static internal int | vtkDataReader_GetInputStringLength_09 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetLookupTableName_10 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetNormalsName_11 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetNormalsNameInFile_12 (HandleRef pThis, int i) |
static internal int | vtkDataReader_GetNumberOfFieldDataInFile_13 (HandleRef pThis) |
static internal int | vtkDataReader_GetNumberOfNormalsInFile_14 (HandleRef pThis) |
static internal int | vtkDataReader_GetNumberOfScalarsInFile_15 (HandleRef pThis) |
static internal int | vtkDataReader_GetNumberOfTCoordsInFile_16 (HandleRef pThis) |
static internal int | vtkDataReader_GetNumberOfTensorsInFile_17 (HandleRef pThis) |
static internal int | vtkDataReader_GetNumberOfVectorsInFile_18 (HandleRef pThis) |
static internal int | vtkDataReader_GetReadAllColorScalars_19 (HandleRef pThis) |
static internal int | vtkDataReader_GetReadAllFields_20 (HandleRef pThis) |
static internal int | vtkDataReader_GetReadAllNormals_21 (HandleRef pThis) |
static internal int | vtkDataReader_GetReadAllScalars_22 (HandleRef pThis) |
static internal int | vtkDataReader_GetReadAllTCoords_23 (HandleRef pThis) |
static internal int | vtkDataReader_GetReadAllTensors_24 (HandleRef pThis) |
static internal int | vtkDataReader_GetReadAllVectors_25 (HandleRef pThis) |
static internal int | vtkDataReader_GetReadFromInputString_26 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetScalarsName_27 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetScalarsNameInFile_28 (HandleRef pThis, int i) |
static internal IntPtr | vtkDataReader_GetTCoordsName_29 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetTCoordsNameInFile_30 (HandleRef pThis, int i) |
static internal IntPtr | vtkDataReader_GetTensorsName_31 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetTensorsNameInFile_32 (HandleRef pThis, int i) |
static internal IntPtr | vtkDataReader_GetVectorsName_33 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_GetVectorsNameInFile_34 (HandleRef pThis, int i) |
static internal int | vtkDataReader_IsA_35 (HandleRef pThis, string type) |
static internal int | vtkDataReader_IsFilePolyData_36 (HandleRef pThis) |
static internal int | vtkDataReader_IsFileRectilinearGrid_37 (HandleRef pThis) |
static internal int | vtkDataReader_IsFileStructuredGrid_38 (HandleRef pThis) |
static internal int | vtkDataReader_IsFileStructuredPoints_39 (HandleRef pThis) |
static internal int | vtkDataReader_IsFileUnstructuredGrid_40 (HandleRef pThis) |
static internal int | vtkDataReader_IsFileValid_41 (HandleRef pThis, string dstype) |
static internal int | vtkDataReader_IsTypeOf_42 (string type) |
static internal IntPtr | vtkDataReader_LowerCase_43 (HandleRef pThis, string str, uint len) |
static internal IntPtr | vtkDataReader_NewInstance_45 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDataReader_OpenVTKFile_46 (HandleRef pThis) |
static internal int | vtkDataReader_Read_47 (HandleRef pThis, string arg0) |
static internal int | vtkDataReader_Read_48 (HandleRef pThis, IntPtr arg0) |
static internal void | vtkDataReader_ReadAllColorScalarsOff_49 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllColorScalarsOn_50 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllFieldsOff_51 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllFieldsOn_52 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllNormalsOff_53 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllNormalsOn_54 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllScalarsOff_55 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllScalarsOn_56 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllTCoordsOff_57 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllTCoordsOn_58 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllTensorsOff_59 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllTensorsOn_60 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllVectorsOff_61 (HandleRef pThis) |
static internal void | vtkDataReader_ReadAllVectorsOn_62 (HandleRef pThis) |
static internal IntPtr | vtkDataReader_ReadArray_63 (HandleRef pThis, string dataType, int numTuples, int numComp, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDataReader_ReadCellData_64 (HandleRef pThis, HandleRef ds, int numCells) |
static internal int | vtkDataReader_ReadCells_65 (HandleRef pThis, int size, IntPtr data) |
static internal int | vtkDataReader_ReadCells_66 (HandleRef pThis, int size, IntPtr data, int skip1, int read2, int skip3) |
static internal int | vtkDataReader_ReadCoordinates_67 (HandleRef pThis, HandleRef rg, int axes, int numCoords) |
static internal int | vtkDataReader_ReadEdgeData_68 (HandleRef pThis, HandleRef g, int numEdges) |
static internal IntPtr | vtkDataReader_ReadFieldData_69 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDataReader_ReadFromInputStringOff_70 (HandleRef pThis) |
static internal void | vtkDataReader_ReadFromInputStringOn_71 (HandleRef pThis) |
static internal int | vtkDataReader_ReadHeader_72 (HandleRef pThis) |
static internal int | vtkDataReader_ReadLine_73 (HandleRef pThis, string result) |
static internal int | vtkDataReader_ReadMetaData_74 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkDataReader_ReadPointData_75 (HandleRef pThis, HandleRef ds, int numPts) |
static internal int | vtkDataReader_ReadPoints_76 (HandleRef pThis, HandleRef ps, int numPts) |
static internal int | vtkDataReader_ReadPoints_77 (HandleRef pThis, HandleRef g, int numPts) |
static internal int | vtkDataReader_ReadRowData_78 (HandleRef pThis, HandleRef t, int numEdges) |
static internal int | vtkDataReader_ReadString_79 (HandleRef pThis, string result) |
static internal int | vtkDataReader_ReadVertexData_80 (HandleRef pThis, HandleRef g, int numVertices) |
static internal IntPtr | vtkDataReader_SafeDownCast_81 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDataReader_SetBinaryInputString_82 (HandleRef pThis, string arg0, int len) |
static internal void | vtkDataReader_SetFieldDataName_83 (HandleRef pThis, string _arg) |
static internal void | vtkDataReader_SetFileName_84 (HandleRef pThis, string _arg) |
static internal void | vtkDataReader_SetInputArray_85 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkDataReader_SetInputString_86 (HandleRef pThis, string arg0) |
static internal void | vtkDataReader_SetInputString_87 (HandleRef pThis, string arg0, int len) |
static internal void | vtkDataReader_SetLookupTableName_88 (HandleRef pThis, string _arg) |
static internal void | vtkDataReader_SetNormalsName_89 (HandleRef pThis, string _arg) |
static internal void | vtkDataReader_SetReadAllColorScalars_90 (HandleRef pThis, int _arg) |
static internal void | vtkDataReader_SetReadAllFields_91 (HandleRef pThis, int _arg) |
static internal void | vtkDataReader_SetReadAllNormals_92 (HandleRef pThis, int _arg) |
static internal void | vtkDataReader_SetReadAllScalars_93 (HandleRef pThis, int _arg) |
static internal void | vtkDataReader_SetReadAllTCoords_94 (HandleRef pThis, int _arg) |
static internal void | vtkDataReader_SetReadAllTensors_95 (HandleRef pThis, int _arg) |
static internal void | vtkDataReader_SetReadAllVectors_96 (HandleRef pThis, int _arg) |
static internal void | vtkDataReader_SetReadFromInputString_97 (HandleRef pThis, int _arg) |
static internal void | vtkDataReader_SetScalarsName_98 (HandleRef pThis, string _arg) |
static internal void | vtkDataReader_SetTCoordsName_99 (HandleRef pThis, string _arg) |
static internal void | vtkDataReader_SetTensorsName_100 (HandleRef pThis, string _arg) |
static internal void | vtkDataReader_SetVectorsName_101 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkDataReader () |
Automatically generated type registration mechanics. |
vtkDataReader - helper superclass for objects that read vtk data files
Description vtkDataReader is a helper superclass that reads the vtk data file header, dataset type, and attribute data (point and cell attributes such as scalars, vectors, normals, etc.) from a vtk data file. See text for the format of the various vtk file types.
vtkPolyDataReader vtkStructuredPointsReader vtkStructuredGridReader vtkUnstructuredGridReader vtkRectilinearGridReader
static Kitware.VTK.vtkDataReader.vtkDataReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDataReader.vtkDataReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Close the vtk file.
override void Kitware.VTK.vtkDataReader.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.
Reimplemented in Kitware.VTK.vtkGenericDataObjectReader, Kitware.VTK.vtkDataSetReader, Kitware.VTK.vtkDataObjectReader, Kitware.VTK.vtkGraphReader, Kitware.VTK.vtkPolyDataReader, Kitware.VTK.vtkRectilinearGridReader, Kitware.VTK.vtkStructuredGridReader, Kitware.VTK.vtkStructuredPointsReader, Kitware.VTK.vtkTableReader, Kitware.VTK.vtkTreeReader, Kitware.VTK.vtkUnstructuredGridReader, Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, Kitware.VTK.vtkCompositeDataReader, and Kitware.VTK.vtkDatabaseToTableReader.
virtual string Kitware.VTK.vtkDataReader.GetFieldDataName | ( | ) | [virtual] |
Set the name of the field data to extract. If not specified, uses first field data encountered in file.
string Kitware.VTK.vtkDataReader.GetFieldDataNameInFile | ( | int | i | ) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation.
virtual string Kitware.VTK.vtkDataReader.GetFileName | ( | ) | [virtual] |
Specify file name of vtk data file to read.
virtual int Kitware.VTK.vtkDataReader.GetFileType | ( | ) | [virtual] |
Get the type of file (ASCII or BINARY). Returned value only valid after file has been read.
virtual string Kitware.VTK.vtkDataReader.GetHeader | ( | ) | [virtual] |
Get the header from the vtk data file.
virtual vtkCharArray Kitware.VTK.vtkDataReader.GetInputArray | ( | ) | [virtual] |
Specify the vtkCharArray to be used when reading from a string. If set, this array has precedence over InputString. Use this instead of InputString to avoid the extra memory copy. It should be noted that if the underlying char* is owned by the user ( vtkCharArray::SetArray(array, 1); ) and is deleted before the reader, bad things will happen during a pipeline update.
virtual string Kitware.VTK.vtkDataReader.GetInputString | ( | ) | [virtual] |
Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead.
virtual int Kitware.VTK.vtkDataReader.GetInputStringLength | ( | ) | [virtual] |
Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead.
virtual string Kitware.VTK.vtkDataReader.GetLookupTableName | ( | ) | [virtual] |
Set the name of the lookup table data to extract. If not specified, uses lookup table named by scalar. Otherwise, this specification supersedes.
virtual string Kitware.VTK.vtkDataReader.GetNormalsName | ( | ) | [virtual] |
Set the name of the normal data to extract. If not specified, first normal data encountered is extracted.
string Kitware.VTK.vtkDataReader.GetNormalsNameInFile | ( | int | i | ) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation.
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.)
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.)
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.)
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.)
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.)
How many attributes of various types are in this file? This requires reading the file, so the filename must be set prior to invoking this operation. (Note: file characteristics are cached, so only a single read is necessary to return file characteristics.)
virtual int Kitware.VTK.vtkDataReader.GetReadAllColorScalars | ( | ) | [virtual] |
Enable reading all color scalars.
virtual int Kitware.VTK.vtkDataReader.GetReadAllFields | ( | ) | [virtual] |
Enable reading all fields.
virtual int Kitware.VTK.vtkDataReader.GetReadAllNormals | ( | ) | [virtual] |
Enable reading all normals.
virtual int Kitware.VTK.vtkDataReader.GetReadAllScalars | ( | ) | [virtual] |
Enable reading all scalars.
virtual int Kitware.VTK.vtkDataReader.GetReadAllTCoords | ( | ) | [virtual] |
Enable reading all tcoords.
virtual int Kitware.VTK.vtkDataReader.GetReadAllTensors | ( | ) | [virtual] |
Enable reading all tensors.
virtual int Kitware.VTK.vtkDataReader.GetReadAllVectors | ( | ) | [virtual] |
Enable reading all vectors.
virtual int Kitware.VTK.vtkDataReader.GetReadFromInputString | ( | ) | [virtual] |
Enable reading from an InputString or InputArray instead of the default, a file.
virtual string Kitware.VTK.vtkDataReader.GetScalarsName | ( | ) | [virtual] |
Set the name of the scalar data to extract. If not specified, first scalar data encountered is extracted.
string Kitware.VTK.vtkDataReader.GetScalarsNameInFile | ( | int | i | ) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation.
virtual string Kitware.VTK.vtkDataReader.GetTCoordsName | ( | ) | [virtual] |
Set the name of the texture coordinate data to extract. If not specified, first texture coordinate data encountered is extracted.
string Kitware.VTK.vtkDataReader.GetTCoordsNameInFile | ( | int | i | ) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation.
virtual string Kitware.VTK.vtkDataReader.GetTensorsName | ( | ) | [virtual] |
Set the name of the tensor data to extract. If not specified, first tensor data encountered is extracted.
string Kitware.VTK.vtkDataReader.GetTensorsNameInFile | ( | int | i | ) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation.
virtual string Kitware.VTK.vtkDataReader.GetVectorsName | ( | ) | [virtual] |
Set the name of the vector data to extract. If not specified, first vector data encountered is extracted.
string Kitware.VTK.vtkDataReader.GetVectorsNameInFile | ( | int | i | ) |
What is the name of the ith attribute of a certain type in this file? This requires reading the file, so the filename must be set prior to invoking this operation.
override int Kitware.VTK.vtkDataReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkGenericDataObjectReader, Kitware.VTK.vtkDataSetReader, Kitware.VTK.vtkDataObjectReader, Kitware.VTK.vtkGraphReader, Kitware.VTK.vtkPolyDataReader, Kitware.VTK.vtkRectilinearGridReader, Kitware.VTK.vtkStructuredGridReader, Kitware.VTK.vtkStructuredPointsReader, Kitware.VTK.vtkTableReader, Kitware.VTK.vtkTreeReader, Kitware.VTK.vtkUnstructuredGridReader, Kitware.VTK.vtkCompositeDataReader, Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkDatabaseToTableReader.
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string.
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string.
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string.
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string.
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string.
int Kitware.VTK.vtkDataReader.IsFileValid | ( | string | dstype | ) |
Is the file a valid vtk file of the passed dataset type ? The dataset type is passed as a lower case string.
static new int Kitware.VTK.vtkDataReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkGenericDataObjectReader, Kitware.VTK.vtkDataSetReader, Kitware.VTK.vtkDataObjectReader, Kitware.VTK.vtkGraphReader, Kitware.VTK.vtkPolyDataReader, Kitware.VTK.vtkRectilinearGridReader, Kitware.VTK.vtkStructuredGridReader, Kitware.VTK.vtkStructuredPointsReader, Kitware.VTK.vtkTableReader, Kitware.VTK.vtkTreeReader, Kitware.VTK.vtkUnstructuredGridReader, Kitware.VTK.vtkCompositeDataReader, Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkDatabaseToTableReader.
string Kitware.VTK.vtkDataReader.LowerCase | ( | string | str, |
uint | len | ||
) |
Close the vtk file.
static new vtkDataReader Kitware.VTK.vtkDataReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkGenericDataObjectReader, Kitware.VTK.vtkDataSetReader, Kitware.VTK.vtkDataObjectReader, Kitware.VTK.vtkGraphReader, Kitware.VTK.vtkPolyDataReader, Kitware.VTK.vtkRectilinearGridReader, Kitware.VTK.vtkStructuredGridReader, Kitware.VTK.vtkStructuredPointsReader, Kitware.VTK.vtkTableReader, Kitware.VTK.vtkTreeReader, Kitware.VTK.vtkUnstructuredGridReader, Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkCompositeDataReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkGenericDataObjectReader, Kitware.VTK.vtkDataSetReader, Kitware.VTK.vtkDataObjectReader, Kitware.VTK.vtkGraphReader, Kitware.VTK.vtkPolyDataReader, Kitware.VTK.vtkRectilinearGridReader, Kitware.VTK.vtkStructuredGridReader, Kitware.VTK.vtkStructuredPointsReader, Kitware.VTK.vtkTableReader, Kitware.VTK.vtkTreeReader, Kitware.VTK.vtkUnstructuredGridReader, Kitware.VTK.vtkCompositeDataReader, Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkDatabaseToTableReader.
Open a vtk data file. Returns zero if error.
int Kitware.VTK.vtkDataReader.Read | ( | string | arg0 | ) |
Helper functions for reading data.
int Kitware.VTK.vtkDataReader.Read | ( | IntPtr | arg0 | ) |
Helper functions for reading data.
virtual void Kitware.VTK.vtkDataReader.ReadAllColorScalarsOff | ( | ) | [virtual] |
Enable reading all color scalars.
virtual void Kitware.VTK.vtkDataReader.ReadAllColorScalarsOn | ( | ) | [virtual] |
Enable reading all color scalars.
virtual void Kitware.VTK.vtkDataReader.ReadAllFieldsOff | ( | ) | [virtual] |
Enable reading all fields.
virtual void Kitware.VTK.vtkDataReader.ReadAllFieldsOn | ( | ) | [virtual] |
Enable reading all fields.
virtual void Kitware.VTK.vtkDataReader.ReadAllNormalsOff | ( | ) | [virtual] |
Enable reading all normals.
virtual void Kitware.VTK.vtkDataReader.ReadAllNormalsOn | ( | ) | [virtual] |
Enable reading all normals.
virtual void Kitware.VTK.vtkDataReader.ReadAllScalarsOff | ( | ) | [virtual] |
Enable reading all scalars.
virtual void Kitware.VTK.vtkDataReader.ReadAllScalarsOn | ( | ) | [virtual] |
Enable reading all scalars.
virtual void Kitware.VTK.vtkDataReader.ReadAllTCoordsOff | ( | ) | [virtual] |
Enable reading all tcoords.
virtual void Kitware.VTK.vtkDataReader.ReadAllTCoordsOn | ( | ) | [virtual] |
Enable reading all tcoords.
virtual void Kitware.VTK.vtkDataReader.ReadAllTensorsOff | ( | ) | [virtual] |
Enable reading all tensors.
virtual void Kitware.VTK.vtkDataReader.ReadAllTensorsOn | ( | ) | [virtual] |
Enable reading all tensors.
virtual void Kitware.VTK.vtkDataReader.ReadAllVectorsOff | ( | ) | [virtual] |
Enable reading all vectors.
virtual void Kitware.VTK.vtkDataReader.ReadAllVectorsOn | ( | ) | [virtual] |
Enable reading all vectors.
vtkAbstractArray Kitware.VTK.vtkDataReader.ReadArray | ( | string | dataType, |
int | numTuples, | ||
int | numComp | ||
) |
Helper functions for reading data.
int Kitware.VTK.vtkDataReader.ReadCellData | ( | vtkDataSet | ds, |
int | numCells | ||
) |
Read the cell data of a vtk data file. The number of cells (from the dataset) must match the number of cells defined in cell attributes (unless no geometry was defined).
int Kitware.VTK.vtkDataReader.ReadCells | ( | int | size, |
IntPtr | data | ||
) |
Read a bunch of "cells". Return 0 if error.
int Kitware.VTK.vtkDataReader.ReadCells | ( | int | size, |
IntPtr | data, | ||
int | skip1, | ||
int | read2, | ||
int | skip3 | ||
) |
Read a piece of the cells (for streaming compliance)
int Kitware.VTK.vtkDataReader.ReadCoordinates | ( | vtkRectilinearGrid | rg, |
int | axes, | ||
int | numCoords | ||
) |
Read the coordinates for a rectilinear grid. The axes parameter specifies which coordinate axes (0,1,2) is being read.
int Kitware.VTK.vtkDataReader.ReadEdgeData | ( | vtkGraph | g, |
int | numEdges | ||
) |
Read the edge data of a vtk data file. The number of edges (from the graph) must match the number of edges defined in edge attributes (unless no geometry was defined).
Helper functions for reading data.
virtual void Kitware.VTK.vtkDataReader.ReadFromInputStringOff | ( | ) | [virtual] |
Enable reading from an InputString or InputArray instead of the default, a file.
virtual void Kitware.VTK.vtkDataReader.ReadFromInputStringOn | ( | ) | [virtual] |
Enable reading from an InputString or InputArray instead of the default, a file.
Read the header of a vtk data file. Returns 0 if error.
int Kitware.VTK.vtkDataReader.ReadLine | ( | string | result | ) |
Close the vtk file.
virtual int Kitware.VTK.vtkDataReader.ReadMetaData | ( | vtkInformation | arg0 | ) | [virtual] |
Read the meta information from the file. This needs to be public to it can be accessed by vtkDataSetReader.
Reimplemented in Kitware.VTK.vtkRectilinearGridReader, Kitware.VTK.vtkStructuredGridReader, and Kitware.VTK.vtkStructuredPointsReader.
int Kitware.VTK.vtkDataReader.ReadPointData | ( | vtkDataSet | ds, |
int | numPts | ||
) |
Read the point data of a vtk data file. The number of points (from the dataset) must match the number of points defined in point attributes (unless no geometry was defined).
int Kitware.VTK.vtkDataReader.ReadPoints | ( | vtkPointSet | ps, |
int | numPts | ||
) |
Read point coordinates. Return 0 if error.
int Kitware.VTK.vtkDataReader.ReadPoints | ( | vtkGraph | g, |
int | numPts | ||
) |
Read point coordinates. Return 0 if error.
int Kitware.VTK.vtkDataReader.ReadRowData | ( | vtkTable | t, |
int | numEdges | ||
) |
Read the row data of a vtk data file.
int Kitware.VTK.vtkDataReader.ReadString | ( | string | result | ) |
Close the vtk file.
int Kitware.VTK.vtkDataReader.ReadVertexData | ( | vtkGraph | g, |
int | numVertices | ||
) |
Read the vertex data of a vtk data file. The number of vertices (from the graph) must match the number of vertices defined in vertex attributes (unless no geometry was defined).
static new vtkDataReader Kitware.VTK.vtkDataReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkGenericDataObjectReader, Kitware.VTK.vtkDataSetReader, Kitware.VTK.vtkRectilinearGridReader, Kitware.VTK.vtkStructuredGridReader, Kitware.VTK.vtkStructuredPointsReader, Kitware.VTK.vtkDataObjectReader, Kitware.VTK.vtkGraphReader, Kitware.VTK.vtkPolyDataReader, Kitware.VTK.vtkTableReader, Kitware.VTK.vtkTreeReader, Kitware.VTK.vtkUnstructuredGridReader, Kitware.VTK.vtkCompositeDataReader, Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkDatabaseToTableReader.
void Kitware.VTK.vtkDataReader.SetBinaryInputString | ( | string | arg0, |
int | len | ||
) |
Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead.
virtual void Kitware.VTK.vtkDataReader.SetFieldDataName | ( | string | _arg | ) | [virtual] |
Set the name of the field data to extract. If not specified, uses first field data encountered in file.
virtual void Kitware.VTK.vtkDataReader.SetFileName | ( | string | _arg | ) | [virtual] |
Specify file name of vtk data file to read.
virtual void Kitware.VTK.vtkDataReader.SetInputArray | ( | vtkCharArray | arg0 | ) | [virtual] |
Specify the vtkCharArray to be used when reading from a string. If set, this array has precedence over InputString. Use this instead of InputString to avoid the extra memory copy. It should be noted that if the underlying char* is owned by the user ( vtkCharArray::SetArray(array, 1); ) and is deleted before the reader, bad things will happen during a pipeline update.
void Kitware.VTK.vtkDataReader.SetInputString | ( | string | arg0 | ) |
Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead.
void Kitware.VTK.vtkDataReader.SetInputString | ( | string | arg0, |
int | len | ||
) |
Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead.
virtual void Kitware.VTK.vtkDataReader.SetLookupTableName | ( | string | _arg | ) | [virtual] |
Set the name of the lookup table data to extract. If not specified, uses lookup table named by scalar. Otherwise, this specification supersedes.
virtual void Kitware.VTK.vtkDataReader.SetNormalsName | ( | string | _arg | ) | [virtual] |
Set the name of the normal data to extract. If not specified, first normal data encountered is extracted.
virtual void Kitware.VTK.vtkDataReader.SetReadAllColorScalars | ( | int | _arg | ) | [virtual] |
Enable reading all color scalars.
virtual void Kitware.VTK.vtkDataReader.SetReadAllFields | ( | int | _arg | ) | [virtual] |
Enable reading all fields.
virtual void Kitware.VTK.vtkDataReader.SetReadAllNormals | ( | int | _arg | ) | [virtual] |
Enable reading all normals.
virtual void Kitware.VTK.vtkDataReader.SetReadAllScalars | ( | int | _arg | ) | [virtual] |
Enable reading all scalars.
virtual void Kitware.VTK.vtkDataReader.SetReadAllTCoords | ( | int | _arg | ) | [virtual] |
Enable reading all tcoords.
virtual void Kitware.VTK.vtkDataReader.SetReadAllTensors | ( | int | _arg | ) | [virtual] |
Enable reading all tensors.
virtual void Kitware.VTK.vtkDataReader.SetReadAllVectors | ( | int | _arg | ) | [virtual] |
Enable reading all vectors.
virtual void Kitware.VTK.vtkDataReader.SetReadFromInputString | ( | int | _arg | ) | [virtual] |
Enable reading from an InputString or InputArray instead of the default, a file.
virtual void Kitware.VTK.vtkDataReader.SetScalarsName | ( | string | _arg | ) | [virtual] |
Set the name of the scalar data to extract. If not specified, first scalar data encountered is extracted.
virtual void Kitware.VTK.vtkDataReader.SetTCoordsName | ( | string | _arg | ) | [virtual] |
Set the name of the texture coordinate data to extract. If not specified, first texture coordinate data encountered is extracted.
virtual void Kitware.VTK.vtkDataReader.SetTensorsName | ( | string | _arg | ) | [virtual] |
Set the name of the tensor data to extract. If not specified, first tensor data encountered is extracted.
virtual void Kitware.VTK.vtkDataReader.SetVectorsName | ( | string | _arg | ) | [virtual] |
Set the name of the vector data to extract. If not specified, first vector data encountered is extracted.
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_CloseVTKFile_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetFieldDataName_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetFieldDataNameInFile_03 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetFileName_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetFileType_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetHeader_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetInputArray_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetInputString_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetInputStringLength_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetLookupTableName_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetNormalsName_11 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetNormalsNameInFile_12 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetNumberOfFieldDataInFile_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetNumberOfNormalsInFile_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetNumberOfScalarsInFile_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetNumberOfTCoordsInFile_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetNumberOfTensorsInFile_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetNumberOfVectorsInFile_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetReadAllColorScalars_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetReadAllFields_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetReadAllNormals_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetReadAllScalars_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetReadAllTCoords_23 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetReadAllTensors_24 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetReadAllVectors_25 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_GetReadFromInputString_26 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetScalarsName_27 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetScalarsNameInFile_28 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetTCoordsName_29 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetTCoordsNameInFile_30 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetTensorsName_31 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetTensorsNameInFile_32 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetVectorsName_33 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_GetVectorsNameInFile_34 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_IsA_35 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_IsFilePolyData_36 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_IsFileRectilinearGrid_37 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_IsFileStructuredGrid_38 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_IsFileStructuredPoints_39 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_IsFileUnstructuredGrid_40 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_IsFileValid_41 | ( | HandleRef | pThis, |
string | dstype | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_IsTypeOf_42 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_LowerCase_43 | ( | HandleRef | pThis, |
string | str, | ||
uint | len | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_NewInstance_45 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_OpenVTKFile_46 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_Read_47 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_Read_48 | ( | HandleRef | pThis, |
IntPtr | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllColorScalarsOff_49 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllColorScalarsOn_50 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllFieldsOff_51 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllFieldsOn_52 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllNormalsOff_53 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllNormalsOn_54 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllScalarsOff_55 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllScalarsOn_56 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllTCoordsOff_57 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllTCoordsOn_58 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllTensorsOff_59 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllTensorsOn_60 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllVectorsOff_61 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadAllVectorsOn_62 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_ReadArray_63 | ( | HandleRef | pThis, |
string | dataType, | ||
int | numTuples, | ||
int | numComp, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadCellData_64 | ( | HandleRef | pThis, |
HandleRef | ds, | ||
int | numCells | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadCells_65 | ( | HandleRef | pThis, |
int | size, | ||
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadCells_66 | ( | HandleRef | pThis, |
int | size, | ||
IntPtr | data, | ||
int | skip1, | ||
int | read2, | ||
int | skip3 | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadCoordinates_67 | ( | HandleRef | pThis, |
HandleRef | rg, | ||
int | axes, | ||
int | numCoords | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadEdgeData_68 | ( | HandleRef | pThis, |
HandleRef | g, | ||
int | numEdges | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_ReadFieldData_69 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadFromInputStringOff_70 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_ReadFromInputStringOn_71 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadHeader_72 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadLine_73 | ( | HandleRef | pThis, |
string | result | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadMetaData_74 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadPointData_75 | ( | HandleRef | pThis, |
HandleRef | ds, | ||
int | numPts | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadPoints_76 | ( | HandleRef | pThis, |
HandleRef | ps, | ||
int | numPts | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadPoints_77 | ( | HandleRef | pThis, |
HandleRef | g, | ||
int | numPts | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadRowData_78 | ( | HandleRef | pThis, |
HandleRef | t, | ||
int | numEdges | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadString_79 | ( | HandleRef | pThis, |
string | result | ||
) | [private] |
static internal int Kitware.VTK.vtkDataReader.vtkDataReader_ReadVertexData_80 | ( | HandleRef | pThis, |
HandleRef | g, | ||
int | numVertices | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDataReader.vtkDataReader_SafeDownCast_81 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetBinaryInputString_82 | ( | HandleRef | pThis, |
string | arg0, | ||
int | len | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetFieldDataName_83 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetFileName_84 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetInputArray_85 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetInputString_86 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetInputString_87 | ( | HandleRef | pThis, |
string | arg0, | ||
int | len | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetLookupTableName_88 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetNormalsName_89 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetReadAllColorScalars_90 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetReadAllFields_91 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetReadAllNormals_92 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetReadAllScalars_93 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetReadAllTCoords_94 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetReadAllTensors_95 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetReadAllVectors_96 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetReadFromInputString_97 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetScalarsName_98 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetTCoordsName_99 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetTensorsName_100 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDataReader.vtkDataReader_SetVectorsName_101 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkDataReader.MRClassNameKey = "13vtkDataReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkGenericDataObjectReader, Kitware.VTK.vtkDataSetReader, Kitware.VTK.vtkDataObjectReader, Kitware.VTK.vtkGraphReader, Kitware.VTK.vtkPolyDataReader, Kitware.VTK.vtkRectilinearGridReader, Kitware.VTK.vtkStructuredGridReader, Kitware.VTK.vtkStructuredPointsReader, Kitware.VTK.vtkTableReader, Kitware.VTK.vtkTreeReader, Kitware.VTK.vtkUnstructuredGridReader, Kitware.VTK.vtkDatabaseToTableReader, Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkCompositeDataReader.
new const string Kitware.VTK.vtkDataReader.MRFullTypeName = "Kitware.VTK.vtkDataReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkGenericDataObjectReader, Kitware.VTK.vtkDataSetReader, Kitware.VTK.vtkDataObjectReader, Kitware.VTK.vtkGraphReader, Kitware.VTK.vtkPolyDataReader, Kitware.VTK.vtkRectilinearGridReader, Kitware.VTK.vtkStructuredGridReader, Kitware.VTK.vtkStructuredPointsReader, Kitware.VTK.vtkTableReader, Kitware.VTK.vtkTreeReader, Kitware.VTK.vtkUnstructuredGridReader, Kitware.VTK.vtkDatabaseToTableReader, Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkCompositeDataReader.