|
ActiViz .NET
5.8.0
|
vtkPLYReader - read Stanford University PLY polygonal file format More...
Public Member Functions | |
| vtkPLYReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPLYReader () | |
| Construct object with merging set to true. | |
| virtual string | GetFileName () |
| Specify file name of stereo lithography file. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkPLYReader | NewInstance () |
| Undocumented Block. | |
| virtual void | SetFileName (string _arg) |
| Specify file name of stereo lithography file. | |
Static Public Member Functions | |
| static new vtkPLYReader | New () |
| Construct object with merging set to true. | |
| static int | CanReadFile (string filename) |
| A simple, non-exhaustive check to see if a file is a valid ply file. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkPLYReader | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPLYReader" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "12vtkPLYReader" |
| 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 | vtkPLYReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkPLYReader_CanReadFile_01 (string filename) |
| static internal IntPtr | vtkPLYReader_GetFileName_02 (HandleRef pThis) |
| static internal int | vtkPLYReader_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkPLYReader_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkPLYReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPLYReader_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkPLYReader_SetFileName_08 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
| static | vtkPLYReader () |
| Automatically generated type registration mechanics. | |
vtkPLYReader - read Stanford University PLY polygonal file format
Description vtkPLYReader is a source object that reads polygonal data in Stanford University PLY file format (see http://graphics.stanford.edu/data/3Dscanrep). It requires that the elements "vertex" and "face" are defined. The "vertex" element must have the properties "x", "y", and "z". The "face" element must have the property "vertex_indices" defined. Optionally, if the "face" element has the properties "intensity" and/or the triplet "red", "green", and "blue"; these are read and added as scalars to the output data.
| static Kitware.VTK.vtkPLYReader.vtkPLYReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPLYReader.vtkPLYReader | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object with merging set to true.
| static int Kitware.VTK.vtkPLYReader.CanReadFile | ( | string | filename | ) | [static] |
A simple, non-exhaustive check to see if a file is a valid ply file.
| override void Kitware.VTK.vtkPLYReader.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.vtkPLYReader.GetFileName | ( | ) | [virtual] |
Specify file name of stereo lithography file.
| override int Kitware.VTK.vtkPLYReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new int Kitware.VTK.vtkPLYReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkPLYReader Kitware.VTK.vtkPLYReader.New | ( | ) | [static] |
Construct object with merging set to true.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkPLYReader Kitware.VTK.vtkPLYReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkPLYReader.SetFileName | ( | string | _arg | ) | [virtual] |
Specify file name of stereo lithography file.
| static internal int Kitware.VTK.vtkPLYReader.vtkPLYReader_CanReadFile_01 | ( | string | filename | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPLYReader.vtkPLYReader_GetFileName_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkPLYReader.vtkPLYReader_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPLYReader.vtkPLYReader_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPLYReader.vtkPLYReader_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPLYReader.vtkPLYReader_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPLYReader.vtkPLYReader_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPLYReader.vtkPLYReader_SetFileName_08 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkPLYReader.MRClassNameKey = "12vtkPLYReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| new const string Kitware.VTK.vtkPLYReader.MRFullTypeName = "Kitware.VTK.vtkPLYReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
1.7.6.1