ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkBYUWriter Class Reference

vtkBYUWriter - write MOVIE.BYU files More...

Inheritance diagram for Kitware.VTK.vtkBYUWriter:
[legend]
Collaboration diagram for Kitware.VTK.vtkBYUWriter:
[legend]

List of all members.

Public Member Functions

 vtkBYUWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkBYUWriter ()
 Undocumented Block.
virtual string GetDisplacementFileName ()
 Specify the name of the displacement file to write.
virtual string GetGeometryFileName ()
 Specify the name of the geometry file to write.
virtual string GetScalarFileName ()
 Specify the name of the scalar file to write.
virtual string GetTextureFileName ()
 Specify the name of the texture file to write.
virtual int GetWriteDisplacement ()
 Turn on/off writing the displacement file.
virtual int GetWriteScalar ()
 Turn on/off writing the scalar file.
virtual int GetWriteTexture ()
 Turn on/off writing the texture file.
override int IsA (string type)
 Undocumented Block.
new vtkBYUWriter NewInstance ()
 Undocumented Block.
virtual void SetDisplacementFileName (string _arg)
 Specify the name of the displacement file to write.
virtual void SetGeometryFileName (string _arg)
 Specify the name of the geometry file to write.
virtual void SetScalarFileName (string _arg)
 Specify the name of the scalar file to write.
virtual void SetTextureFileName (string _arg)
 Specify the name of the texture file to write.
virtual void SetWriteDisplacement (int _arg)
 Turn on/off writing the displacement file.
virtual void SetWriteScalar (int _arg)
 Turn on/off writing the scalar file.
virtual void SetWriteTexture (int _arg)
 Turn on/off writing the texture file.
virtual void WriteDisplacementOff ()
 Turn on/off writing the displacement file.
virtual void WriteDisplacementOn ()
 Turn on/off writing the displacement file.
virtual void WriteScalarOff ()
 Turn on/off writing the scalar file.
virtual void WriteScalarOn ()
 Turn on/off writing the scalar file.
virtual void WriteTextureOff ()
 Turn on/off writing the texture file.
virtual void WriteTextureOn ()
 Turn on/off writing the texture file.

Static Public Member Functions

static new vtkBYUWriter New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkBYUWriter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkBYUWriter"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkBYUWriter"
 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 vtkBYUWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBYUWriter_GetDisplacementFileName_01 (HandleRef pThis)
static internal IntPtr vtkBYUWriter_GetGeometryFileName_02 (HandleRef pThis)
static internal IntPtr vtkBYUWriter_GetScalarFileName_03 (HandleRef pThis)
static internal IntPtr vtkBYUWriter_GetTextureFileName_04 (HandleRef pThis)
static internal int vtkBYUWriter_GetWriteDisplacement_05 (HandleRef pThis)
static internal int vtkBYUWriter_GetWriteScalar_06 (HandleRef pThis)
static internal int vtkBYUWriter_GetWriteTexture_07 (HandleRef pThis)
static internal int vtkBYUWriter_IsA_08 (HandleRef pThis, string type)
static internal int vtkBYUWriter_IsTypeOf_09 (string type)
static internal IntPtr vtkBYUWriter_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBYUWriter_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBYUWriter_SetDisplacementFileName_13 (HandleRef pThis, string _arg)
static internal void vtkBYUWriter_SetGeometryFileName_14 (HandleRef pThis, string _arg)
static internal void vtkBYUWriter_SetScalarFileName_15 (HandleRef pThis, string _arg)
static internal void vtkBYUWriter_SetTextureFileName_16 (HandleRef pThis, string _arg)
static internal void vtkBYUWriter_SetWriteDisplacement_17 (HandleRef pThis, int _arg)
static internal void vtkBYUWriter_SetWriteScalar_18 (HandleRef pThis, int _arg)
static internal void vtkBYUWriter_SetWriteTexture_19 (HandleRef pThis, int _arg)
static internal void vtkBYUWriter_WriteDisplacementOff_20 (HandleRef pThis)
static internal void vtkBYUWriter_WriteDisplacementOn_21 (HandleRef pThis)
static internal void vtkBYUWriter_WriteScalarOff_22 (HandleRef pThis)
static internal void vtkBYUWriter_WriteScalarOn_23 (HandleRef pThis)
static internal void vtkBYUWriter_WriteTextureOff_24 (HandleRef pThis)
static internal void vtkBYUWriter_WriteTextureOn_25 (HandleRef pThis)

Static Private Member Functions

static vtkBYUWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkBYUWriter - write MOVIE.BYU files

Description vtkBYUWriter writes MOVIE.BYU polygonal 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). These files must be specified to the object, the appropriate boolean variables must be true, and data must be available from the input for the files to be written. WARNING: this writer does not currently write triangle strips. Use vtkTriangleFilter to convert strips to triangles.


Constructor & Destructor Documentation

static Kitware.VTK.vtkBYUWriter.vtkBYUWriter ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkBYUWriter.vtkBYUWriter ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkBYUWriter.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.vtkPolyDataWriter.

Specify the name of the displacement file to write.

virtual string Kitware.VTK.vtkBYUWriter.GetGeometryFileName ( ) [virtual]

Specify the name of the geometry file to write.

virtual string Kitware.VTK.vtkBYUWriter.GetScalarFileName ( ) [virtual]

Specify the name of the scalar file to write.

virtual string Kitware.VTK.vtkBYUWriter.GetTextureFileName ( ) [virtual]

Specify the name of the texture file to write.

Turn on/off writing the displacement file.

virtual int Kitware.VTK.vtkBYUWriter.GetWriteScalar ( ) [virtual]

Turn on/off writing the scalar file.

virtual int Kitware.VTK.vtkBYUWriter.GetWriteTexture ( ) [virtual]

Turn on/off writing the texture file.

override int Kitware.VTK.vtkBYUWriter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

static new int Kitware.VTK.vtkBYUWriter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

static new vtkBYUWriter Kitware.VTK.vtkBYUWriter.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkBYUWriter.SetDisplacementFileName ( string  _arg) [virtual]

Specify the name of the displacement file to write.

virtual void Kitware.VTK.vtkBYUWriter.SetGeometryFileName ( string  _arg) [virtual]

Specify the name of the geometry file to write.

virtual void Kitware.VTK.vtkBYUWriter.SetScalarFileName ( string  _arg) [virtual]

Specify the name of the scalar file to write.

virtual void Kitware.VTK.vtkBYUWriter.SetTextureFileName ( string  _arg) [virtual]

Specify the name of the texture file to write.

virtual void Kitware.VTK.vtkBYUWriter.SetWriteDisplacement ( int  _arg) [virtual]

Turn on/off writing the displacement file.

virtual void Kitware.VTK.vtkBYUWriter.SetWriteScalar ( int  _arg) [virtual]

Turn on/off writing the scalar file.

virtual void Kitware.VTK.vtkBYUWriter.SetWriteTexture ( int  _arg) [virtual]

Turn on/off writing the texture file.

static internal IntPtr Kitware.VTK.vtkBYUWriter.vtkBYUWriter_GetDisplacementFileName_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkBYUWriter.vtkBYUWriter_GetGeometryFileName_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkBYUWriter.vtkBYUWriter_GetScalarFileName_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkBYUWriter.vtkBYUWriter_GetTextureFileName_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBYUWriter.vtkBYUWriter_GetWriteDisplacement_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBYUWriter.vtkBYUWriter_GetWriteScalar_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBYUWriter.vtkBYUWriter_GetWriteTexture_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBYUWriter.vtkBYUWriter_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkBYUWriter.vtkBYUWriter_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkBYUWriter.vtkBYUWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBYUWriter.vtkBYUWriter_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBYUWriter.vtkBYUWriter_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_SetDisplacementFileName_13 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_SetGeometryFileName_14 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_SetScalarFileName_15 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_SetTextureFileName_16 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_SetWriteDisplacement_17 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_SetWriteScalar_18 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_SetWriteTexture_19 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_WriteDisplacementOff_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_WriteDisplacementOn_21 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_WriteScalarOff_22 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_WriteScalarOn_23 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_WriteTextureOff_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBYUWriter.vtkBYUWriter_WriteTextureOn_25 ( HandleRef  pThis) [private]

Turn on/off writing the displacement file.

Turn on/off writing the displacement file.

virtual void Kitware.VTK.vtkBYUWriter.WriteScalarOff ( ) [virtual]

Turn on/off writing the scalar file.

virtual void Kitware.VTK.vtkBYUWriter.WriteScalarOn ( ) [virtual]

Turn on/off writing the scalar file.

virtual void Kitware.VTK.vtkBYUWriter.WriteTextureOff ( ) [virtual]

Turn on/off writing the texture file.

virtual void Kitware.VTK.vtkBYUWriter.WriteTextureOn ( ) [virtual]

Turn on/off writing the texture file.


Member Data Documentation

new readonly string Kitware.VTK.vtkBYUWriter.MRClassNameKey = "12vtkBYUWriter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

new const string Kitware.VTK.vtkBYUWriter.MRFullTypeName = "Kitware.VTK.vtkBYUWriter"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.


The documentation for this class was generated from the following file: