ActiViz .NET
5.8.0
|
vtkProStarReader - Reads geometry in proSTAR (STARCD) file format. More...
Public Types | |
enum | cellType { starcdBaffleType = 3, starcdFluidType = 1, starcdLineType = 5, starcdPointType = 6, starcdShellType = 4, starcdSolidType = 2 } |
The type of material represented by the cell. More... | |
enum | shapeType { starcdHex = 11, starcdLine = 2, starcdPoint = 1, starcdPoly = 255, starcdPrism = 12, starcdPyr = 14, starcdShell = 3, starcdTet = 13 } |
The primitive cell shape. More... | |
Public Member Functions | |
vtkProStarReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkProStarReader () | |
Undocumented Block. | |
virtual string | GetFileName () |
Specify the file name prefix of the cel/vrt files to read. The reader will try to open FileName.cel and FileName.vrt files. | |
virtual double | GetScaleFactor () |
The proSTAR files are often in millimeters. Specify an alternative scaling factor. | |
virtual double | GetScaleFactorMaxValue () |
The proSTAR files are often in millimeters. Specify an alternative scaling factor. | |
virtual double | GetScaleFactorMinValue () |
The proSTAR files are often in millimeters. Specify an alternative scaling factor. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkProStarReader | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
Specify the file name prefix of the cel/vrt files to read. The reader will try to open FileName.cel and FileName.vrt files. | |
virtual void | SetScaleFactor (double _arg) |
The proSTAR files are often in millimeters. Specify an alternative scaling factor. | |
Static Public Member Functions | |
static new vtkProStarReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkProStarReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkProStarReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkProStarReader" |
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 | vtkProStarReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkProStarReader_GetFileName_01 (HandleRef pThis) |
static internal double | vtkProStarReader_GetScaleFactor_02 (HandleRef pThis) |
static internal double | vtkProStarReader_GetScaleFactorMaxValue_03 (HandleRef pThis) |
static internal double | vtkProStarReader_GetScaleFactorMinValue_04 (HandleRef pThis) |
static internal int | vtkProStarReader_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkProStarReader_IsTypeOf_06 (string type) |
static internal IntPtr | vtkProStarReader_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkProStarReader_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkProStarReader_SetFileName_10 (HandleRef pThis, string _arg) |
static internal void | vtkProStarReader_SetScaleFactor_11 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkProStarReader () |
Automatically generated type registration mechanics. |
vtkProStarReader - Reads geometry in proSTAR (STARCD) file format.
Description vtkProStarReader creates an unstructured grid dataset. It reads .cel/.vrt files stored in proSTAR (STARCD) ASCII format.
Thanks Reader written by Mark Olesen
static Kitware.VTK.vtkProStarReader.vtkProStarReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkProStarReader.vtkProStarReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkProStarReader.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.vtkUnstructuredGridAlgorithm.
virtual string Kitware.VTK.vtkProStarReader.GetFileName | ( | ) | [virtual] |
Specify the file name prefix of the cel/vrt files to read. The reader will try to open FileName.cel and FileName.vrt files.
virtual double Kitware.VTK.vtkProStarReader.GetScaleFactor | ( | ) | [virtual] |
The proSTAR files are often in millimeters. Specify an alternative scaling factor.
virtual double Kitware.VTK.vtkProStarReader.GetScaleFactorMaxValue | ( | ) | [virtual] |
The proSTAR files are often in millimeters. Specify an alternative scaling factor.
virtual double Kitware.VTK.vtkProStarReader.GetScaleFactorMinValue | ( | ) | [virtual] |
The proSTAR files are often in millimeters. Specify an alternative scaling factor.
override int Kitware.VTK.vtkProStarReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new int Kitware.VTK.vtkProStarReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkProStarReader Kitware.VTK.vtkProStarReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkProStarReader Kitware.VTK.vtkProStarReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkProStarReader.SetFileName | ( | string | _arg | ) | [virtual] |
Specify the file name prefix of the cel/vrt files to read. The reader will try to open FileName.cel and FileName.vrt files.
virtual void Kitware.VTK.vtkProStarReader.SetScaleFactor | ( | double | _arg | ) | [virtual] |
The proSTAR files are often in millimeters. Specify an alternative scaling factor.
static internal IntPtr Kitware.VTK.vtkProStarReader.vtkProStarReader_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkProStarReader.vtkProStarReader_GetScaleFactor_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkProStarReader.vtkProStarReader_GetScaleFactorMaxValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkProStarReader.vtkProStarReader_GetScaleFactorMinValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkProStarReader.vtkProStarReader_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkProStarReader.vtkProStarReader_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkProStarReader.vtkProStarReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkProStarReader.vtkProStarReader_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkProStarReader.vtkProStarReader_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkProStarReader.vtkProStarReader_SetFileName_10 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkProStarReader.vtkProStarReader_SetScaleFactor_11 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkProStarReader.MRClassNameKey = "16vtkProStarReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
new const string Kitware.VTK.vtkProStarReader.MRFullTypeName = "Kitware.VTK.vtkProStarReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.