ActiViz .NET
5.8.0
|
vtkPDataSetWriter - Manages writing pieces of a data set. More...
Public Member Functions | |
vtkPDataSetWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPDataSetWriter () | |
Undocumented Block. | |
virtual int | GetEndPiece () |
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names. | |
virtual string | GetFilePattern () |
This file pattern uses the file name and piece number to contruct a file name for the piece file. | |
virtual int | GetGhostLevel () |
Extra ghost cells will be written out to each piece file if this value is larger than 0. | |
virtual int | GetNumberOfPieces () |
This is how many pieces the whole data set will be divided into. | |
virtual int | GetStartPiece () |
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names. | |
virtual int | GetUseRelativeFileNames () |
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPDataSetWriter | NewInstance () |
Undocumented Block. | |
virtual void | SetEndPiece (int _arg) |
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names. | |
virtual void | SetFilePattern (string _arg) |
This file pattern uses the file name and piece number to contruct a file name for the piece file. | |
virtual void | SetGhostLevel (int _arg) |
Extra ghost cells will be written out to each piece file if this value is larger than 0. | |
void | SetNumberOfPieces (int num) |
This is how many pieces the whole data set will be divided into. | |
virtual void | SetStartPiece (int _arg) |
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names. | |
virtual void | SetUseRelativeFileNames (int _arg) |
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task. | |
virtual void | UseRelativeFileNamesOff () |
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task. | |
virtual void | UseRelativeFileNamesOn () |
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task. | |
override int | Write () |
Write the pvtk file and cooresponding vtk files. | |
Static Public Member Functions | |
static new vtkPDataSetWriter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPDataSetWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPDataSetWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkPDataSetWriter" |
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 | vtkPDataSetWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPDataSetWriter_GetEndPiece_01 (HandleRef pThis) |
static internal IntPtr | vtkPDataSetWriter_GetFilePattern_02 (HandleRef pThis) |
static internal int | vtkPDataSetWriter_GetGhostLevel_03 (HandleRef pThis) |
static internal int | vtkPDataSetWriter_GetNumberOfPieces_04 (HandleRef pThis) |
static internal int | vtkPDataSetWriter_GetStartPiece_05 (HandleRef pThis) |
static internal int | vtkPDataSetWriter_GetUseRelativeFileNames_06 (HandleRef pThis) |
static internal int | vtkPDataSetWriter_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkPDataSetWriter_IsTypeOf_08 (string type) |
static internal IntPtr | vtkPDataSetWriter_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPDataSetWriter_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPDataSetWriter_SetEndPiece_12 (HandleRef pThis, int _arg) |
static internal void | vtkPDataSetWriter_SetFilePattern_13 (HandleRef pThis, string _arg) |
static internal void | vtkPDataSetWriter_SetGhostLevel_14 (HandleRef pThis, int _arg) |
static internal void | vtkPDataSetWriter_SetNumberOfPieces_15 (HandleRef pThis, int num) |
static internal void | vtkPDataSetWriter_SetStartPiece_16 (HandleRef pThis, int _arg) |
static internal void | vtkPDataSetWriter_SetUseRelativeFileNames_17 (HandleRef pThis, int _arg) |
static internal void | vtkPDataSetWriter_UseRelativeFileNamesOff_18 (HandleRef pThis) |
static internal void | vtkPDataSetWriter_UseRelativeFileNamesOn_19 (HandleRef pThis) |
static internal int | vtkPDataSetWriter_Write_20 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkPDataSetWriter () |
Automatically generated type registration mechanics. |
vtkPDataSetWriter - Manages writing pieces of a data set.
Description vtkPDataSetWriter will write a piece of a file, and will also create a metadata file that lists all of the files in a data set.
static Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkPDataSetWriter.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.vtkDataSetWriter.
virtual int Kitware.VTK.vtkPDataSetWriter.GetEndPiece | ( | ) | [virtual] |
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names.
virtual string Kitware.VTK.vtkPDataSetWriter.GetFilePattern | ( | ) | [virtual] |
This file pattern uses the file name and piece number to contruct a file name for the piece file.
virtual int Kitware.VTK.vtkPDataSetWriter.GetGhostLevel | ( | ) | [virtual] |
Extra ghost cells will be written out to each piece file if this value is larger than 0.
virtual int Kitware.VTK.vtkPDataSetWriter.GetNumberOfPieces | ( | ) | [virtual] |
This is how many pieces the whole data set will be divided into.
virtual int Kitware.VTK.vtkPDataSetWriter.GetStartPiece | ( | ) | [virtual] |
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names.
virtual int Kitware.VTK.vtkPDataSetWriter.GetUseRelativeFileNames | ( | ) | [virtual] |
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task.
override int Kitware.VTK.vtkPDataSetWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetWriter.
static new int Kitware.VTK.vtkPDataSetWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetWriter.
static new vtkPDataSetWriter Kitware.VTK.vtkPDataSetWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetWriter.
static new vtkPDataSetWriter Kitware.VTK.vtkPDataSetWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetWriter.
virtual void Kitware.VTK.vtkPDataSetWriter.SetEndPiece | ( | int | _arg | ) | [virtual] |
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names.
virtual void Kitware.VTK.vtkPDataSetWriter.SetFilePattern | ( | string | _arg | ) | [virtual] |
This file pattern uses the file name and piece number to contruct a file name for the piece file.
virtual void Kitware.VTK.vtkPDataSetWriter.SetGhostLevel | ( | int | _arg | ) | [virtual] |
Extra ghost cells will be written out to each piece file if this value is larger than 0.
void Kitware.VTK.vtkPDataSetWriter.SetNumberOfPieces | ( | int | num | ) |
This is how many pieces the whole data set will be divided into.
virtual void Kitware.VTK.vtkPDataSetWriter.SetStartPiece | ( | int | _arg | ) | [virtual] |
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names.
virtual void Kitware.VTK.vtkPDataSetWriter.SetUseRelativeFileNames | ( | int | _arg | ) | [virtual] |
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task.
virtual void Kitware.VTK.vtkPDataSetWriter.UseRelativeFileNamesOff | ( | ) | [virtual] |
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task.
virtual void Kitware.VTK.vtkPDataSetWriter.UseRelativeFileNamesOn | ( | ) | [virtual] |
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task.
static internal int Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_GetEndPiece_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_GetFilePattern_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_GetGhostLevel_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_GetNumberOfPieces_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_GetStartPiece_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_GetUseRelativeFileNames_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_SetEndPiece_12 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_SetFilePattern_13 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_SetGhostLevel_14 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_SetNumberOfPieces_15 | ( | HandleRef | pThis, |
int | num | ||
) | [private] |
static internal void Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_SetStartPiece_16 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_SetUseRelativeFileNames_17 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_UseRelativeFileNamesOff_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_UseRelativeFileNamesOn_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPDataSetWriter.vtkPDataSetWriter_Write_20 | ( | HandleRef | pThis | ) | [private] |
override int Kitware.VTK.vtkPDataSetWriter.Write | ( | ) | [virtual] |
Write the pvtk file and cooresponding vtk files.
Reimplemented from Kitware.VTK.vtkWriter.
new readonly string Kitware.VTK.vtkPDataSetWriter.MRClassNameKey = "17vtkPDataSetWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetWriter.
new const string Kitware.VTK.vtkPDataSetWriter.MRFullTypeName = "Kitware.VTK.vtkPDataSetWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetWriter.