#include "mitkShaderRepository.h"
#include "mitkShaderProperty.h"
#include "mitkProperties.h"
#include <vtkProperty.h>
#include <vtkXMLMaterial.h>
#include <vtkXMLShader.h>
#include <vtkXMLDataElement.h>
#include <itkDirectory.h>
#include <itksys/SystemTools.hxx>
#include "mitkStandardFileLocations.h"
Go to the source code of this file.
Defines | |
#define | SR_INFO MITK_INFO("shader.repository") |
#define | SR_WARN MITK_WARN("shader.repository") |
#define | SR_ERROR MITK_ERROR("shader.repository") |
#define SR_ERROR MITK_ERROR("shader.repository") |
Definition at line 20 of file mitkShaderRepository.cpp.
#define SR_INFO MITK_INFO("shader.repository") |
Definition at line 18 of file mitkShaderRepository.cpp.
Referenced by mitk::ShaderRepository::LoadShader(), and mitk::ShaderRepository::LoadShaders().
#define SR_WARN MITK_WARN("shader.repository") |
Definition at line 19 of file mitkShaderRepository.cpp.
Referenced by mitk::ShaderRepository::Shader::Uniform::LoadFromXML().