ActiViz .NET
5.8.0
|
vtkXMLMaterialReader - Provide access to elements in Material files More...
Public Member Functions | |
vtkXMLMaterialReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkXMLMaterialReader () | |
Undocumented Block. | |
virtual string | GetFileName () |
Set and get file name. | |
vtkXMLMaterial | GetMaterial () |
Get the Material representation read by the reader. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkXMLMaterialReader | NewInstance () |
Undocumented Block. | |
void | ReadMaterial () |
Read the material file refered to in FileName. If the Reader hasn't changed since the last ReadMaterial(), it does not read the file again. | |
virtual void | SetFileName (string _arg) |
Set and get file name. | |
Static Public Member Functions | |
static new vtkXMLMaterialReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkXMLMaterialReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkXMLMaterialReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkXMLMaterialReader" |
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 | vtkXMLMaterialReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLMaterialReader_GetFileName_01 (HandleRef pThis) |
static internal IntPtr | vtkXMLMaterialReader_GetMaterial_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkXMLMaterialReader_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkXMLMaterialReader_IsTypeOf_04 (string type) |
static internal IntPtr | vtkXMLMaterialReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkXMLMaterialReader_ReadMaterial_07 (HandleRef pThis) |
static internal IntPtr | vtkXMLMaterialReader_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkXMLMaterialReader_SetFileName_09 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkXMLMaterialReader () |
Automatically generated type registration mechanics. |
vtkXMLMaterialReader - Provide access to elements in Material files
Description vtkXMLMaterialReader provides access to three types of vtkXMLDataElement found in XML Material Files. This class sorts them by type and integer id from 0-N for N elements of a specific type starting with the first instance found.
Design This class is basically a Facade for vtkXMLMaterialParser. Currently functionality is to only provide access to vtkXMLDataElements but further extensions may return higher level data structures.
Having both an vtkXMLMaterialParser and a vtkXMLMaterialReader is consistent with VTK's design for handling xml file and provides for future flexibility, that is better data handlers and interfacing with a DOM xml parser.
vtkProperty - defines values for some or all data members of vtkProperty
vtkVertexShader - defines vertex shaders
vtkFragmentShader - defines fragment shaders Thanks Shader support in VTK includes key contributions by Gary Templet at Sandia National Labs.
static Kitware.VTK.vtkXMLMaterialReader.vtkXMLMaterialReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkXMLMaterialReader.vtkXMLMaterialReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkXMLMaterialReader.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.vtkObject.
virtual string Kitware.VTK.vtkXMLMaterialReader.GetFileName | ( | ) | [virtual] |
Set and get file name.
Get the Material representation read by the reader.
override int Kitware.VTK.vtkXMLMaterialReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkXMLMaterialReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkXMLMaterialReader Kitware.VTK.vtkXMLMaterialReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Read the material file refered to in FileName. If the Reader hasn't changed since the last ReadMaterial(), it does not read the file again.
static new vtkXMLMaterialReader Kitware.VTK.vtkXMLMaterialReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkXMLMaterialReader.SetFileName | ( | string | _arg | ) | [virtual] |
Set and get file name.
static internal IntPtr Kitware.VTK.vtkXMLMaterialReader.vtkXMLMaterialReader_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLMaterialReader.vtkXMLMaterialReader_GetMaterial_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLMaterialReader.vtkXMLMaterialReader_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLMaterialReader.vtkXMLMaterialReader_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLMaterialReader.vtkXMLMaterialReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLMaterialReader.vtkXMLMaterialReader_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLMaterialReader.vtkXMLMaterialReader_ReadMaterial_07 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLMaterialReader.vtkXMLMaterialReader_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLMaterialReader.vtkXMLMaterialReader_SetFileName_09 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkXMLMaterialReader.MRClassNameKey = "20vtkXMLMaterialReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkXMLMaterialReader.MRFullTypeName = "Kitware.VTK.vtkXMLMaterialReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.