ActiViz .NET
5.8.0
|
vtkXMLGenericDataObjectReader - Read any type of vtk data object More...
Public Member Functions | |
vtkXMLGenericDataObjectReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkXMLGenericDataObjectReader () | |
Undocumented Block. | |
vtkHierarchicalBoxDataSet | GetHierarchicalBoxDataSetOutput () |
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) | |
vtkHyperOctree | GetHyperOctreeOutput () |
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) | |
vtkImageData | GetImageDataOutput () |
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) | |
vtkMultiBlockDataSet | GetMultiBlockDataSetOutput () |
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) | |
override int | GetNumberOfCells () |
Overridden method. | |
override int | GetNumberOfPoints () |
Overridden method. | |
vtkDataObject | GetOutput () |
Get the reader's output. | |
vtkDataObject | GetOutput (int idx) |
Get the reader's output. | |
vtkPolyData | GetPolyDataOutput () |
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) | |
vtkRectilinearGrid | GetRectilinearGridOutput () |
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) | |
vtkStructuredGrid | GetStructuredGridOutput () |
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) | |
vtkUnstructuredGrid | GetUnstructuredGridOutput () |
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.) | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkXMLGenericDataObjectReader | NewInstance () |
Undocumented Block. | |
virtual int | ReadOutputType (string name, ref byte parallel) |
This method can be used to find out the type of output expected without needing to read the whole file. | |
virtual void | SetupEmptyOutput () |
Overridden method. Not Used. Delegated. | |
Static Public Member Functions | |
static new vtkXMLGenericDataObjectReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkXMLGenericDataObjectReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkXMLGenericDataObjectReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "29vtkXMLGenericDataObjectReader" |
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 | vtkXMLGenericDataObjectReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLGenericDataObjectReader_GetHierarchicalBoxDataSetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLGenericDataObjectReader_GetHyperOctreeOutput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLGenericDataObjectReader_GetImageDataOutput_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLGenericDataObjectReader_GetMultiBlockDataSetOutput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkXMLGenericDataObjectReader_GetNumberOfCells_05 (HandleRef pThis) |
static internal int | vtkXMLGenericDataObjectReader_GetNumberOfPoints_06 (HandleRef pThis) |
static internal IntPtr | vtkXMLGenericDataObjectReader_GetOutput_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLGenericDataObjectReader_GetOutput_08 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLGenericDataObjectReader_GetPolyDataOutput_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLGenericDataObjectReader_GetRectilinearGridOutput_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLGenericDataObjectReader_GetStructuredGridOutput_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLGenericDataObjectReader_GetUnstructuredGridOutput_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkXMLGenericDataObjectReader_IsA_13 (HandleRef pThis, string type) |
static internal int | vtkXMLGenericDataObjectReader_IsTypeOf_14 (string type) |
static internal IntPtr | vtkXMLGenericDataObjectReader_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkXMLGenericDataObjectReader_ReadOutputType_17 (HandleRef pThis, string name, ref byte parallel) |
static internal IntPtr | vtkXMLGenericDataObjectReader_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkXMLGenericDataObjectReader_SetupEmptyOutput_19 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkXMLGenericDataObjectReader () |
Automatically generated type registration mechanics. |
vtkXMLGenericDataObjectReader - Read any type of vtk data object
Description vtkXMLGenericDataObjectReader reads any type of vtk data object encoded in XML format.
static Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkXMLGenericDataObjectReader.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.vtkXMLDataReader.
vtkHierarchicalBoxDataSet Kitware.VTK.vtkXMLGenericDataObjectReader.GetHierarchicalBoxDataSetOutput | ( | ) |
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
override int Kitware.VTK.vtkXMLGenericDataObjectReader.GetNumberOfCells | ( | ) | [virtual] |
Overridden method.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
override int Kitware.VTK.vtkXMLGenericDataObjectReader.GetNumberOfPoints | ( | ) | [virtual] |
Overridden method.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
Get the reader's output.
Get the reader's output.
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
override int Kitware.VTK.vtkXMLGenericDataObjectReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
static new int Kitware.VTK.vtkXMLGenericDataObjectReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
static new vtkXMLGenericDataObjectReader Kitware.VTK.vtkXMLGenericDataObjectReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
virtual int Kitware.VTK.vtkXMLGenericDataObjectReader.ReadOutputType | ( | string | name, |
ref byte | parallel | ||
) | [virtual] |
This method can be used to find out the type of output expected without needing to read the whole file.
static new vtkXMLGenericDataObjectReader Kitware.VTK.vtkXMLGenericDataObjectReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
virtual void Kitware.VTK.vtkXMLGenericDataObjectReader.SetupEmptyOutput | ( | ) | [virtual] |
Overridden method. Not Used. Delegated.
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetHierarchicalBoxDataSetOutput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetHyperOctreeOutput_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetImageDataOutput_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetMultiBlockDataSetOutput_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetNumberOfCells_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetNumberOfPoints_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetOutput_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetOutput_08 | ( | HandleRef | pThis, |
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetPolyDataOutput_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetRectilinearGridOutput_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetStructuredGridOutput_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetUnstructuredGridOutput_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_IsA_13 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_IsTypeOf_14 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_NewInstance_16 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_ReadOutputType_17 | ( | HandleRef | pThis, |
string | name, | ||
ref byte | parallel | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_SafeDownCast_18 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_SetupEmptyOutput_19 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkXMLGenericDataObjectReader.MRClassNameKey = "29vtkXMLGenericDataObjectReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLDataReader.
new const string Kitware.VTK.vtkXMLGenericDataObjectReader.MRFullTypeName = "Kitware.VTK.vtkXMLGenericDataObjectReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkXMLDataReader.