ActiViz .NET
5.8.0
|
vtkBYUReader - read MOVIE.BYU polygon files More...
Public Member Functions | |
vtkBYUReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBYUReader () | |
Undocumented Block. | |
virtual string | GetDisplacementFileName () |
Specify name of displacement FileName. | |
virtual string | GetFileName () |
Specify name of geometry FileName (alias). | |
virtual string | GetGeometryFileName () |
Specify name of geometry FileName. | |
virtual int | GetPartNumber () |
Set/Get the part number to be read. | |
virtual int | GetPartNumberMaxValue () |
Set/Get the part number to be read. | |
virtual int | GetPartNumberMinValue () |
Set/Get the part number to be read. | |
virtual int | GetReadDisplacement () |
Turn on/off the reading of the displacement file. | |
virtual int | GetReadScalar () |
Turn on/off the reading of the scalar file. | |
virtual int | GetReadTexture () |
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName. | |
virtual string | GetScalarFileName () |
Specify name of scalar FileName. | |
virtual string | GetTextureFileName () |
Specify name of texture coordinates FileName. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkBYUReader | NewInstance () |
Undocumented Block. | |
virtual void | ReadDisplacementOff () |
Turn on/off the reading of the displacement file. | |
virtual void | ReadDisplacementOn () |
Turn on/off the reading of the displacement file. | |
virtual void | ReadScalarOff () |
Turn on/off the reading of the scalar file. | |
virtual void | ReadScalarOn () |
Turn on/off the reading of the scalar file. | |
virtual void | ReadTextureOff () |
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName. | |
virtual void | ReadTextureOn () |
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName. | |
virtual void | SetDisplacementFileName (string _arg) |
Specify name of displacement FileName. | |
virtual void | SetFileName (string f) |
Specify name of geometry FileName (alias). | |
virtual void | SetGeometryFileName (string _arg) |
Specify name of geometry FileName. | |
virtual void | SetPartNumber (int _arg) |
Set/Get the part number to be read. | |
virtual void | SetReadDisplacement (int _arg) |
Turn on/off the reading of the displacement file. | |
virtual void | SetReadScalar (int _arg) |
Turn on/off the reading of the scalar file. | |
virtual void | SetReadTexture (int _arg) |
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName. | |
virtual void | SetScalarFileName (string _arg) |
Specify name of scalar FileName. | |
virtual void | SetTextureFileName (string _arg) |
Specify name of texture coordinates FileName. | |
Static Public Member Functions | |
static new vtkBYUReader | New () |
Undocumented Block. | |
static int | CanReadFile (string filename) |
Returns 1 if this file can be read and 0 if the file cannot be read. Because BYU files do not have anything in the header specifying the file type, the result is not definitive. Invalid files may still return 1 although a valid file will never return 0. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBYUReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBYUReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkBYUReader" |
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 | vtkBYUReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBYUReader_CanReadFile_01 (string filename) |
static internal IntPtr | vtkBYUReader_GetDisplacementFileName_02 (HandleRef pThis) |
static internal IntPtr | vtkBYUReader_GetFileName_03 (HandleRef pThis) |
static internal IntPtr | vtkBYUReader_GetGeometryFileName_04 (HandleRef pThis) |
static internal int | vtkBYUReader_GetPartNumber_05 (HandleRef pThis) |
static internal int | vtkBYUReader_GetPartNumberMaxValue_06 (HandleRef pThis) |
static internal int | vtkBYUReader_GetPartNumberMinValue_07 (HandleRef pThis) |
static internal int | vtkBYUReader_GetReadDisplacement_08 (HandleRef pThis) |
static internal int | vtkBYUReader_GetReadScalar_09 (HandleRef pThis) |
static internal int | vtkBYUReader_GetReadTexture_10 (HandleRef pThis) |
static internal IntPtr | vtkBYUReader_GetScalarFileName_11 (HandleRef pThis) |
static internal IntPtr | vtkBYUReader_GetTextureFileName_12 (HandleRef pThis) |
static internal int | vtkBYUReader_IsA_13 (HandleRef pThis, string type) |
static internal int | vtkBYUReader_IsTypeOf_14 (string type) |
static internal IntPtr | vtkBYUReader_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBYUReader_ReadDisplacementOff_17 (HandleRef pThis) |
static internal void | vtkBYUReader_ReadDisplacementOn_18 (HandleRef pThis) |
static internal void | vtkBYUReader_ReadScalarOff_19 (HandleRef pThis) |
static internal void | vtkBYUReader_ReadScalarOn_20 (HandleRef pThis) |
static internal void | vtkBYUReader_ReadTextureOff_21 (HandleRef pThis) |
static internal void | vtkBYUReader_ReadTextureOn_22 (HandleRef pThis) |
static internal IntPtr | vtkBYUReader_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBYUReader_SetDisplacementFileName_24 (HandleRef pThis, string _arg) |
static internal void | vtkBYUReader_SetFileName_25 (HandleRef pThis, string f) |
static internal void | vtkBYUReader_SetGeometryFileName_26 (HandleRef pThis, string _arg) |
static internal void | vtkBYUReader_SetPartNumber_27 (HandleRef pThis, int _arg) |
static internal void | vtkBYUReader_SetReadDisplacement_28 (HandleRef pThis, int _arg) |
static internal void | vtkBYUReader_SetReadScalar_29 (HandleRef pThis, int _arg) |
static internal void | vtkBYUReader_SetReadTexture_30 (HandleRef pThis, int _arg) |
static internal void | vtkBYUReader_SetScalarFileName_31 (HandleRef pThis, string _arg) |
static internal void | vtkBYUReader_SetTextureFileName_32 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkBYUReader () |
Automatically generated type registration mechanics. |
vtkBYUReader - read MOVIE.BYU polygon files
Description vtkBYUReader is a source object that reads MOVIE.BYU polygon files. These files consist of a geometry file (.g), a scalar file (.s), a displacement or vector file (.d), and a 2D texture coordinate file (.t).
static Kitware.VTK.vtkBYUReader.vtkBYUReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBYUReader.vtkBYUReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
static int Kitware.VTK.vtkBYUReader.CanReadFile | ( | string | filename | ) | [static] |
Returns 1 if this file can be read and 0 if the file cannot be read. Because BYU files do not have anything in the header specifying the file type, the result is not definitive. Invalid files may still return 1 although a valid file will never return 0.
override void Kitware.VTK.vtkBYUReader.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.vtkBYUReader.GetDisplacementFileName | ( | ) | [virtual] |
Specify name of displacement FileName.
virtual string Kitware.VTK.vtkBYUReader.GetFileName | ( | ) | [virtual] |
Specify name of geometry FileName (alias).
virtual string Kitware.VTK.vtkBYUReader.GetGeometryFileName | ( | ) | [virtual] |
Specify name of geometry FileName.
virtual int Kitware.VTK.vtkBYUReader.GetPartNumber | ( | ) | [virtual] |
Set/Get the part number to be read.
virtual int Kitware.VTK.vtkBYUReader.GetPartNumberMaxValue | ( | ) | [virtual] |
Set/Get the part number to be read.
virtual int Kitware.VTK.vtkBYUReader.GetPartNumberMinValue | ( | ) | [virtual] |
Set/Get the part number to be read.
virtual int Kitware.VTK.vtkBYUReader.GetReadDisplacement | ( | ) | [virtual] |
Turn on/off the reading of the displacement file.
virtual int Kitware.VTK.vtkBYUReader.GetReadScalar | ( | ) | [virtual] |
Turn on/off the reading of the scalar file.
virtual int Kitware.VTK.vtkBYUReader.GetReadTexture | ( | ) | [virtual] |
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName.
virtual string Kitware.VTK.vtkBYUReader.GetScalarFileName | ( | ) | [virtual] |
Specify name of scalar FileName.
virtual string Kitware.VTK.vtkBYUReader.GetTextureFileName | ( | ) | [virtual] |
Specify name of texture coordinates FileName.
override int Kitware.VTK.vtkBYUReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkBYUReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkBYUReader Kitware.VTK.vtkBYUReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkBYUReader.ReadDisplacementOff | ( | ) | [virtual] |
Turn on/off the reading of the displacement file.
virtual void Kitware.VTK.vtkBYUReader.ReadDisplacementOn | ( | ) | [virtual] |
Turn on/off the reading of the displacement file.
virtual void Kitware.VTK.vtkBYUReader.ReadScalarOff | ( | ) | [virtual] |
Turn on/off the reading of the scalar file.
virtual void Kitware.VTK.vtkBYUReader.ReadScalarOn | ( | ) | [virtual] |
Turn on/off the reading of the scalar file.
virtual void Kitware.VTK.vtkBYUReader.ReadTextureOff | ( | ) | [virtual] |
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName.
virtual void Kitware.VTK.vtkBYUReader.ReadTextureOn | ( | ) | [virtual] |
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName.
static new vtkBYUReader Kitware.VTK.vtkBYUReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkBYUReader.SetDisplacementFileName | ( | string | _arg | ) | [virtual] |
Specify name of displacement FileName.
virtual void Kitware.VTK.vtkBYUReader.SetFileName | ( | string | f | ) | [virtual] |
Specify name of geometry FileName (alias).
virtual void Kitware.VTK.vtkBYUReader.SetGeometryFileName | ( | string | _arg | ) | [virtual] |
Specify name of geometry FileName.
virtual void Kitware.VTK.vtkBYUReader.SetPartNumber | ( | int | _arg | ) | [virtual] |
Set/Get the part number to be read.
virtual void Kitware.VTK.vtkBYUReader.SetReadDisplacement | ( | int | _arg | ) | [virtual] |
Turn on/off the reading of the displacement file.
virtual void Kitware.VTK.vtkBYUReader.SetReadScalar | ( | int | _arg | ) | [virtual] |
Turn on/off the reading of the scalar file.
virtual void Kitware.VTK.vtkBYUReader.SetReadTexture | ( | int | _arg | ) | [virtual] |
Turn on/off the reading of the texture coordinate file. Specify name of geometry FileName.
virtual void Kitware.VTK.vtkBYUReader.SetScalarFileName | ( | string | _arg | ) | [virtual] |
Specify name of scalar FileName.
virtual void Kitware.VTK.vtkBYUReader.SetTextureFileName | ( | string | _arg | ) | [virtual] |
Specify name of texture coordinates FileName.
static internal int Kitware.VTK.vtkBYUReader.vtkBYUReader_CanReadFile_01 | ( | string | filename | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBYUReader.vtkBYUReader_GetDisplacementFileName_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBYUReader.vtkBYUReader_GetFileName_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBYUReader.vtkBYUReader_GetGeometryFileName_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBYUReader.vtkBYUReader_GetPartNumber_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBYUReader.vtkBYUReader_GetPartNumberMaxValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBYUReader.vtkBYUReader_GetPartNumberMinValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBYUReader.vtkBYUReader_GetReadDisplacement_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBYUReader.vtkBYUReader_GetReadScalar_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBYUReader.vtkBYUReader_GetReadTexture_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBYUReader.vtkBYUReader_GetScalarFileName_11 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBYUReader.vtkBYUReader_GetTextureFileName_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBYUReader.vtkBYUReader_IsA_13 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBYUReader.vtkBYUReader_IsTypeOf_14 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBYUReader.vtkBYUReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBYUReader.vtkBYUReader_NewInstance_16 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_ReadDisplacementOff_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_ReadDisplacementOn_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_ReadScalarOff_19 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_ReadScalarOn_20 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_ReadTextureOff_21 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_ReadTextureOn_22 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBYUReader.vtkBYUReader_SafeDownCast_23 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_SetDisplacementFileName_24 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_SetFileName_25 | ( | HandleRef | pThis, |
string | f | ||
) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_SetGeometryFileName_26 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_SetPartNumber_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_SetReadDisplacement_28 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_SetReadScalar_29 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_SetReadTexture_30 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_SetScalarFileName_31 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBYUReader.vtkBYUReader_SetTextureFileName_32 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkBYUReader.MRClassNameKey = "12vtkBYUReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkBYUReader.MRFullTypeName = "Kitware.VTK.vtkBYUReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.