ActiViz .NET
5.8.0
|
vtkMaterialLibrary - Library for Materials More...
Public Member Functions | |
vtkMaterialLibrary (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkMaterialLibrary () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkMaterialLibrary | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkMaterialLibrary | New () |
Undocumented Block. | |
static string | GetMaterial (string name) |
Obtain the code for the shader with given name. Note that Cg shader names are prefixed with CG and GLSL shader names are prefixed with GLSL. This method allocates memory. It's the responsibility of the caller to free this memory. | |
static uint | GetNumberOfMaterials () |
Returns the number of materials provided by the library. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkMaterialLibrary | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMaterialLibrary" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkMaterialLibrary" |
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 | vtkMaterialLibrary_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMaterialLibrary_GetMaterial_01 (string name) |
static internal uint | vtkMaterialLibrary_GetNumberOfMaterials_02 () |
static internal int | vtkMaterialLibrary_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkMaterialLibrary_IsTypeOf_04 (string type) |
static internal IntPtr | vtkMaterialLibrary_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMaterialLibrary_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkMaterialLibrary () |
Automatically generated type registration mechanics. |
vtkMaterialLibrary - Library for Materials
Description This class provides the Material XMLs. Thanks Shader support in VTK includes key contributions by Gary Templet at Sandia National Labs.
static Kitware.VTK.vtkMaterialLibrary.vtkMaterialLibrary | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkMaterialLibrary.vtkMaterialLibrary | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkMaterialLibrary.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.
static string Kitware.VTK.vtkMaterialLibrary.GetMaterial | ( | string | name | ) | [static] |
Obtain the code for the shader with given name. Note that Cg shader names are prefixed with CG and GLSL shader names are prefixed with GLSL. This method allocates memory. It's the responsibility of the caller to free this memory.
static uint Kitware.VTK.vtkMaterialLibrary.GetNumberOfMaterials | ( | ) | [static] |
Returns the number of materials provided by the library.
override int Kitware.VTK.vtkMaterialLibrary.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkMaterialLibrary.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkMaterialLibrary Kitware.VTK.vtkMaterialLibrary.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkMaterialLibrary Kitware.VTK.vtkMaterialLibrary.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static internal IntPtr Kitware.VTK.vtkMaterialLibrary.vtkMaterialLibrary_GetMaterial_01 | ( | string | name | ) | [private] |
static internal uint Kitware.VTK.vtkMaterialLibrary.vtkMaterialLibrary_GetNumberOfMaterials_02 | ( | ) | [private] |
static internal int Kitware.VTK.vtkMaterialLibrary.vtkMaterialLibrary_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMaterialLibrary.vtkMaterialLibrary_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMaterialLibrary.vtkMaterialLibrary_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMaterialLibrary.vtkMaterialLibrary_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMaterialLibrary.vtkMaterialLibrary_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkMaterialLibrary.MRClassNameKey = "18vtkMaterialLibrary" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkMaterialLibrary.MRFullTypeName = "Kitware.VTK.vtkMaterialLibrary" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.