ActiViz .NET
5.8.0
|
vtkSimplePointsReader - Read a list of points from a file. More...
Public Member Functions | |
vtkSimplePointsReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSimplePointsReader () | |
Undocumented Block. | |
virtual string | GetFileName () |
Set/Get the name of the file from which to read points. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSimplePointsReader | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
Set/Get the name of the file from which to read points. | |
Static Public Member Functions | |
static new vtkSimplePointsReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSimplePointsReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSimplePointsReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkSimplePointsReader" |
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 | vtkSimplePointsReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSimplePointsReader_GetFileName_01 (HandleRef pThis) |
static internal int | vtkSimplePointsReader_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkSimplePointsReader_IsTypeOf_03 (string type) |
static internal IntPtr | vtkSimplePointsReader_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSimplePointsReader_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSimplePointsReader_SetFileName_07 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkSimplePointsReader () |
Automatically generated type registration mechanics. |
vtkSimplePointsReader - Read a list of points from a file.
Description vtkSimplePointsReader is a source object that reads a list of points from a file. Each point is specified by three floating-point values in ASCII format. There is one point per line of the file. A vertex cell is created for each point in the output. This reader is meant as an example of how to write a reader in VTK.
static Kitware.VTK.vtkSimplePointsReader.vtkSimplePointsReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSimplePointsReader.vtkSimplePointsReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSimplePointsReader.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.vtkPolyDataAlgorithm.
virtual string Kitware.VTK.vtkSimplePointsReader.GetFileName | ( | ) | [virtual] |
Set/Get the name of the file from which to read points.
override int Kitware.VTK.vtkSimplePointsReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkSimplePointsReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkSimplePointsReader Kitware.VTK.vtkSimplePointsReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkSimplePointsReader Kitware.VTK.vtkSimplePointsReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkSimplePointsReader.SetFileName | ( | string | _arg | ) | [virtual] |
Set/Get the name of the file from which to read points.
static internal IntPtr Kitware.VTK.vtkSimplePointsReader.vtkSimplePointsReader_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSimplePointsReader.vtkSimplePointsReader_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSimplePointsReader.vtkSimplePointsReader_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSimplePointsReader.vtkSimplePointsReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSimplePointsReader.vtkSimplePointsReader_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSimplePointsReader.vtkSimplePointsReader_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSimplePointsReader.vtkSimplePointsReader_SetFileName_07 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkSimplePointsReader.MRClassNameKey = "21vtkSimplePointsReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkSimplePointsReader.MRFullTypeName = "Kitware.VTK.vtkSimplePointsReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.