ActiViz .NET
5.8.0
|
vtkPChacoReader - Read Chaco files More...
Public Member Functions | |
vtkPChacoReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPChacoReader () | |
Undocumented Block. | |
virtual vtkMultiProcessController | GetController () |
Set/Get the communicator object (we'll use global World controller if you don't set a different one). | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPChacoReader | NewInstance () |
Undocumented Block. | |
void | SetController (vtkMultiProcessController c) |
Set/Get the communicator object (we'll use global World controller if you don't set a different one). | |
Static Public Member Functions | |
static new vtkPChacoReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPChacoReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPChacoReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkPChacoReader" |
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 | vtkPChacoReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPChacoReader_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPChacoReader_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkPChacoReader_IsTypeOf_03 (string type) |
static internal IntPtr | vtkPChacoReader_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPChacoReader_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPChacoReader_SetController_07 (HandleRef pThis, HandleRef c) |
Static Private Member Functions | |
static | vtkPChacoReader () |
Automatically generated type registration mechanics. |
vtkPChacoReader - Read Chaco files
Description vtkPChacoReader is a unstructured grid source object that reads Chaco files. The file is read by process 0 and converted into a vtkUnstructuredGrid. The vtkDistributedDataFilter is invoked to divide the grid among the processes.
static Kitware.VTK.vtkPChacoReader.vtkPChacoReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPChacoReader.vtkPChacoReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkPChacoReader.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.vtkChacoReader.
virtual vtkMultiProcessController Kitware.VTK.vtkPChacoReader.GetController | ( | ) | [virtual] |
Set/Get the communicator object (we'll use global World controller if you don't set a different one).
override int Kitware.VTK.vtkPChacoReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChacoReader.
static new int Kitware.VTK.vtkPChacoReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChacoReader.
static new vtkPChacoReader Kitware.VTK.vtkPChacoReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChacoReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChacoReader.
static new vtkPChacoReader Kitware.VTK.vtkPChacoReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkChacoReader.
Set/Get the communicator object (we'll use global World controller if you don't set a different one).
static internal IntPtr Kitware.VTK.vtkPChacoReader.vtkPChacoReader_GetController_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPChacoReader.vtkPChacoReader_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPChacoReader.vtkPChacoReader_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPChacoReader.vtkPChacoReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPChacoReader.vtkPChacoReader_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPChacoReader.vtkPChacoReader_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPChacoReader.vtkPChacoReader_SetController_07 | ( | HandleRef | pThis, |
HandleRef | c | ||
) | [private] |
new readonly string Kitware.VTK.vtkPChacoReader.MRClassNameKey = "15vtkPChacoReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkChacoReader.
new const string Kitware.VTK.vtkPChacoReader.MRFullTypeName = "Kitware.VTK.vtkPChacoReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkChacoReader.