Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkIShaderRepository.h>
Public Types | |
typedef Shader | Self |
typedef itk::LightObject | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual std::vector< std::string > | GetClassHierarchy () const |
virtual const char * | GetClassName () const |
~Shader () | |
int | GetId () const |
std::string | GetName () const |
std::string | GetMaterialXml () const |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
Protected Member Functions | |
Shader () | |
void | SetId (int id) |
void | SetName (const std::string &name) |
void | SetMaterialXml (const std::string &xml) |
Definition at line 49 of file mitkIShaderRepository.h.
typedef itk::SmartPointer<const Self> mitk::IShaderRepository::Shader::ConstPointer |
Definition at line 52 of file mitkIShaderRepository.h.
Definition at line 52 of file mitkIShaderRepository.h.
Definition at line 52 of file mitkIShaderRepository.h.
typedef itk::LightObject mitk::IShaderRepository::Shader::Superclass |
Definition at line 52 of file mitkIShaderRepository.h.
mitk::IShaderRepository::Shader::~Shader | ( | ) |
Definition at line 32 of file mitkIShaderRepository.cpp.
|
protected |
Definition at line 30 of file mitkIShaderRepository.cpp.
|
inlinevirtual |
Definition at line 52 of file mitkIShaderRepository.h.
|
virtual |
int mitk::IShaderRepository::Shader::GetId | ( | ) | const |
Definition at line 33 of file mitkIShaderRepository.cpp.
std::string mitk::IShaderRepository::Shader::GetMaterialXml | ( | ) | const |
Definition at line 35 of file mitkIShaderRepository.cpp.
std::string mitk::IShaderRepository::Shader::GetName | ( | ) | const |
Definition at line 34 of file mitkIShaderRepository.cpp.
|
inlinestatic |
Definition at line 52 of file mitkIShaderRepository.h.
|
static |
|
protected |
Definition at line 31 of file mitkIShaderRepository.cpp.
|
protected |
Definition at line 37 of file mitkIShaderRepository.cpp.
|
protected |
Definition at line 36 of file mitkIShaderRepository.cpp.