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.vtkDataWriter Class Reference

vtkDataWriter - helper class for objects that write vtk data files More...

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

List of all members.

Public Member Functions

 vtkDataWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataWriter ()
 Created object with default header, ASCII format, and default names for scalars, vectors, tensors, normals, and texture coordinates.
IntPtr GetBinaryOutputString ()
 When WriteToOutputString in on, then a string is allocated, written to, and can be retrieved with these methods. The string is deleted during the next call to write ...
virtual string GetFieldDataName ()
 Give a name to the field data. If not specified, uses default name "field".
virtual string GetFileName ()
 Specify file name of vtk polygon data file to write.
virtual int GetFileType ()
 Specify file type (ASCII or BINARY) for vtk data file.
virtual int GetFileTypeMaxValue ()
 Specify file type (ASCII or BINARY) for vtk data file.
virtual int GetFileTypeMinValue ()
 Specify file type (ASCII or BINARY) for vtk data file.
virtual string GetGlobalIdsName ()
 Give a name to the global ids data. If not specified, uses default name "global_ids".
virtual string GetHeader ()
 Specify the header for the vtk data file.
virtual string GetLookupTableName ()
 Give a name to the lookup table. If not specified, uses default name "lookupTable".
virtual string GetNormalsName ()
 Give a name to the normals data. If not specified, uses default name "normals".
virtual string GetOutputString ()
 When WriteToOutputString in on, then a string is allocated, written to, and can be retrieved with these methods. The string is deleted during the next call to write ...
virtual int GetOutputStringLength ()
 When WriteToOutputString in on, then a string is allocated, written to, and can be retrieved with these methods. The string is deleted during the next call to write ...
virtual string GetPedigreeIdsName ()
 Give a name to the pedigree ids data. If not specified, uses default name "pedigree_ids".
virtual string GetScalarsName ()
 Give a name to the scalar data. If not specified, uses default name "scalars".
virtual string GetTCoordsName ()
 Give a name to the texture coordinates data. If not specified, uses default name "textureCoords".
virtual string GetTensorsName ()
 Give a name to the tensors data. If not specified, uses default name "tensors".
virtual string GetVectorsName ()
 Give a name to the vector data. If not specified, uses default name "vectors".
virtual int GetWriteToOutputString ()
 Enable writing to an OutputString instead of the default, a file.
override int IsA (string type)
 Undocumented Block.
new vtkDataWriter NewInstance ()
 Undocumented Block.
string RegisterAndGetOutputString ()
 This convenience method returns the string, sets the IVAR to NULL, so that the user is responsible for deleting the string. I am not sure what the name should be, so it may change in the future.
virtual void SetFieldDataName (string _arg)
 Give a name to the field data. If not specified, uses default name "field".
virtual void SetFileName (string _arg)
 Specify file name of vtk polygon data file to write.
virtual void SetFileType (int _arg)
 Specify file type (ASCII or BINARY) for vtk data file.
void SetFileTypeToASCII ()
 Specify file type (ASCII or BINARY) for vtk data file.
void SetFileTypeToBinary ()
 Specify file type (ASCII or BINARY) for vtk data file.
virtual void SetGlobalIdsName (string _arg)
 Give a name to the global ids data. If not specified, uses default name "global_ids".
virtual void SetHeader (string _arg)
 Specify the header for the vtk data file.
virtual void SetLookupTableName (string _arg)
 Give a name to the lookup table. If not specified, uses default name "lookupTable".
virtual void SetNormalsName (string _arg)
 Give a name to the normals data. If not specified, uses default name "normals".
virtual void SetPedigreeIdsName (string _arg)
 Give a name to the pedigree ids data. If not specified, uses default name "pedigree_ids".
virtual void SetScalarsName (string _arg)
 Give a name to the scalar data. If not specified, uses default name "scalars".
virtual void SetTCoordsName (string _arg)
 Give a name to the texture coordinates data. If not specified, uses default name "textureCoords".
virtual void SetTensorsName (string _arg)
 Give a name to the tensors data. If not specified, uses default name "tensors".
virtual void SetVectorsName (string _arg)
 Give a name to the vector data. If not specified, uses default name "vectors".
virtual void SetWriteToOutputString (int _arg)
 Enable writing to an OutputString instead of the default, a file.
virtual void WriteToOutputStringOff ()
 Enable writing to an OutputString instead of the default, a file.
virtual void WriteToOutputStringOn ()
 Enable writing to an OutputString instead of the default, a file.

Static Public Member Functions

static new vtkDataWriter New ()
 Created object with default header, ASCII format, and default names for scalars, vectors, tensors, normals, and texture coordinates.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkDataWriter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkDataWriter"
 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 vtkDataWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataWriter_GetBinaryOutputString_01 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetFieldDataName_02 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetFileName_03 (HandleRef pThis)
static internal int vtkDataWriter_GetFileType_04 (HandleRef pThis)
static internal int vtkDataWriter_GetFileTypeMaxValue_05 (HandleRef pThis)
static internal int vtkDataWriter_GetFileTypeMinValue_06 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetGlobalIdsName_07 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetHeader_08 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetLookupTableName_09 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetNormalsName_10 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetOutputString_11 (HandleRef pThis)
static internal int vtkDataWriter_GetOutputStringLength_12 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetPedigreeIdsName_13 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetScalarsName_14 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetTCoordsName_15 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetTensorsName_16 (HandleRef pThis)
static internal IntPtr vtkDataWriter_GetVectorsName_17 (HandleRef pThis)
static internal int vtkDataWriter_GetWriteToOutputString_18 (HandleRef pThis)
static internal int vtkDataWriter_IsA_19 (HandleRef pThis, string type)
static internal int vtkDataWriter_IsTypeOf_20 (string type)
static internal IntPtr vtkDataWriter_NewInstance_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataWriter_RegisterAndGetOutputString_23 (HandleRef pThis)
static internal IntPtr vtkDataWriter_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataWriter_SetFieldDataName_25 (HandleRef pThis, string _arg)
static internal void vtkDataWriter_SetFileName_26 (HandleRef pThis, string _arg)
static internal void vtkDataWriter_SetFileType_27 (HandleRef pThis, int _arg)
static internal void vtkDataWriter_SetFileTypeToASCII_28 (HandleRef pThis)
static internal void vtkDataWriter_SetFileTypeToBinary_29 (HandleRef pThis)
static internal void vtkDataWriter_SetGlobalIdsName_30 (HandleRef pThis, string _arg)
static internal void vtkDataWriter_SetHeader_31 (HandleRef pThis, string _arg)
static internal void vtkDataWriter_SetLookupTableName_32 (HandleRef pThis, string _arg)
static internal void vtkDataWriter_SetNormalsName_33 (HandleRef pThis, string _arg)
static internal void vtkDataWriter_SetPedigreeIdsName_34 (HandleRef pThis, string _arg)
static internal void vtkDataWriter_SetScalarsName_35 (HandleRef pThis, string _arg)
static internal void vtkDataWriter_SetTCoordsName_36 (HandleRef pThis, string _arg)
static internal void vtkDataWriter_SetTensorsName_37 (HandleRef pThis, string _arg)
static internal void vtkDataWriter_SetVectorsName_38 (HandleRef pThis, string _arg)
static internal void vtkDataWriter_SetWriteToOutputString_39 (HandleRef pThis, int _arg)
static internal void vtkDataWriter_WriteToOutputStringOff_40 (HandleRef pThis)
static internal void vtkDataWriter_WriteToOutputStringOn_41 (HandleRef pThis)

Static Private Member Functions

static vtkDataWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataWriter - helper class for objects that write vtk data files

Description vtkDataWriter is a helper class that opens and writes the vtk header and point data (e.g., scalars, vectors, normals, etc.) from a vtk data file. See text for various formats.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Created object with default header, ASCII format, and default names for scalars, vectors, tensors, normals, and texture coordinates.


Member Function Documentation

override void Kitware.VTK.vtkDataWriter.Dispose ( bool  disposing) [protected]

When WriteToOutputString in on, then a string is allocated, written to, and can be retrieved with these methods. The string is deleted during the next call to write ...

virtual string Kitware.VTK.vtkDataWriter.GetFieldDataName ( ) [virtual]

Give a name to the field data. If not specified, uses default name "field".

virtual string Kitware.VTK.vtkDataWriter.GetFileName ( ) [virtual]

Specify file name of vtk polygon data file to write.

virtual int Kitware.VTK.vtkDataWriter.GetFileType ( ) [virtual]

Specify file type (ASCII or BINARY) for vtk data file.

Specify file type (ASCII or BINARY) for vtk data file.

Specify file type (ASCII or BINARY) for vtk data file.

virtual string Kitware.VTK.vtkDataWriter.GetGlobalIdsName ( ) [virtual]

Give a name to the global ids data. If not specified, uses default name "global_ids".

virtual string Kitware.VTK.vtkDataWriter.GetHeader ( ) [virtual]

Specify the header for the vtk data file.

virtual string Kitware.VTK.vtkDataWriter.GetLookupTableName ( ) [virtual]

Give a name to the lookup table. If not specified, uses default name "lookupTable".

virtual string Kitware.VTK.vtkDataWriter.GetNormalsName ( ) [virtual]

Give a name to the normals data. If not specified, uses default name "normals".

virtual string Kitware.VTK.vtkDataWriter.GetOutputString ( ) [virtual]

When WriteToOutputString in on, then a string is allocated, written to, and can be retrieved with these methods. The string is deleted during the next call to write ...

When WriteToOutputString in on, then a string is allocated, written to, and can be retrieved with these methods. The string is deleted during the next call to write ...

virtual string Kitware.VTK.vtkDataWriter.GetPedigreeIdsName ( ) [virtual]

Give a name to the pedigree ids data. If not specified, uses default name "pedigree_ids".

virtual string Kitware.VTK.vtkDataWriter.GetScalarsName ( ) [virtual]

Give a name to the scalar data. If not specified, uses default name "scalars".

virtual string Kitware.VTK.vtkDataWriter.GetTCoordsName ( ) [virtual]

Give a name to the texture coordinates data. If not specified, uses default name "textureCoords".

virtual string Kitware.VTK.vtkDataWriter.GetTensorsName ( ) [virtual]

Give a name to the tensors data. If not specified, uses default name "tensors".

virtual string Kitware.VTK.vtkDataWriter.GetVectorsName ( ) [virtual]

Give a name to the vector data. If not specified, uses default name "vectors".

Enable writing to an OutputString instead of the default, a file.

override int Kitware.VTK.vtkDataWriter.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkDataWriter.IsTypeOf ( string  type) [static]

This convenience method returns the string, sets the IVAR to NULL, so that the user is responsible for deleting the string. I am not sure what the name should be, so it may change in the future.

virtual void Kitware.VTK.vtkDataWriter.SetFieldDataName ( string  _arg) [virtual]

Give a name to the field data. If not specified, uses default name "field".

virtual void Kitware.VTK.vtkDataWriter.SetFileName ( string  _arg) [virtual]

Specify file name of vtk polygon data file to write.

virtual void Kitware.VTK.vtkDataWriter.SetFileType ( int  _arg) [virtual]

Specify file type (ASCII or BINARY) for vtk data file.

Specify file type (ASCII or BINARY) for vtk data file.

Specify file type (ASCII or BINARY) for vtk data file.

virtual void Kitware.VTK.vtkDataWriter.SetGlobalIdsName ( string  _arg) [virtual]

Give a name to the global ids data. If not specified, uses default name "global_ids".

virtual void Kitware.VTK.vtkDataWriter.SetHeader ( string  _arg) [virtual]

Specify the header for the vtk data file.

virtual void Kitware.VTK.vtkDataWriter.SetLookupTableName ( string  _arg) [virtual]

Give a name to the lookup table. If not specified, uses default name "lookupTable".

virtual void Kitware.VTK.vtkDataWriter.SetNormalsName ( string  _arg) [virtual]

Give a name to the normals data. If not specified, uses default name "normals".

virtual void Kitware.VTK.vtkDataWriter.SetPedigreeIdsName ( string  _arg) [virtual]

Give a name to the pedigree ids data. If not specified, uses default name "pedigree_ids".

virtual void Kitware.VTK.vtkDataWriter.SetScalarsName ( string  _arg) [virtual]

Give a name to the scalar data. If not specified, uses default name "scalars".

virtual void Kitware.VTK.vtkDataWriter.SetTCoordsName ( string  _arg) [virtual]

Give a name to the texture coordinates data. If not specified, uses default name "textureCoords".

virtual void Kitware.VTK.vtkDataWriter.SetTensorsName ( string  _arg) [virtual]

Give a name to the tensors data. If not specified, uses default name "tensors".

virtual void Kitware.VTK.vtkDataWriter.SetVectorsName ( string  _arg) [virtual]

Give a name to the vector data. If not specified, uses default name "vectors".

virtual void Kitware.VTK.vtkDataWriter.SetWriteToOutputString ( int  _arg) [virtual]

Enable writing to an OutputString instead of the default, a file.

static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetBinaryOutputString_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetFieldDataName_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetFileName_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataWriter.vtkDataWriter_GetFileType_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataWriter.vtkDataWriter_GetFileTypeMaxValue_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataWriter.vtkDataWriter_GetFileTypeMinValue_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetGlobalIdsName_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetHeader_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetLookupTableName_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetNormalsName_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetOutputString_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataWriter.vtkDataWriter_GetOutputStringLength_12 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetPedigreeIdsName_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetScalarsName_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetTCoordsName_15 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetTensorsName_16 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_GetVectorsName_17 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataWriter.vtkDataWriter_GetWriteToOutputString_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataWriter.vtkDataWriter_IsA_19 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDataWriter.vtkDataWriter_IsTypeOf_20 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_NewInstance_22 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_RegisterAndGetOutputString_23 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataWriter.vtkDataWriter_SafeDownCast_24 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetFieldDataName_25 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetFileName_26 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetFileType_27 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetFileTypeToASCII_28 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetFileTypeToBinary_29 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetGlobalIdsName_30 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetHeader_31 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetLookupTableName_32 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetNormalsName_33 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetPedigreeIdsName_34 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetScalarsName_35 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetTCoordsName_36 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetTensorsName_37 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetVectorsName_38 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_SetWriteToOutputString_39 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_WriteToOutputStringOff_40 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataWriter.vtkDataWriter_WriteToOutputStringOn_41 ( HandleRef  pThis) [private]

Enable writing to an OutputString instead of the default, a file.

Enable writing to an OutputString instead of the default, a file.


Member Data Documentation

new readonly string Kitware.VTK.vtkDataWriter.MRClassNameKey = "13vtkDataWriter" [static]
new const string Kitware.VTK.vtkDataWriter.MRFullTypeName = "Kitware.VTK.vtkDataWriter"

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