Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkSurfaceVtkMapper3DTest.cpp File Reference
#include <mitkNodePredicateDataType.h>
#include <mitkRenderingTestHelper.h>
#include <mitkSmartPointerProperty.h>
#include <mitkTestingMacros.h>
#include <vtkSmartPointer.h>
#include <vtkTexturedSphereSource.h>

Go to the source code of this file.

Functions

mitk::Surface::Pointer CreateTexturedSphere ()
 
void AddGeneratedDataToStorage (mitk::DataStorage *dataStorage)
 
int mitkSurfaceVtkMapper3DTest (int argc, char *argv[])
 

Function Documentation

◆ AddGeneratedDataToStorage()

void AddGeneratedDataToStorage ( mitk::DataStorage dataStorage)

◆ CreateTexturedSphere()

mitk::Surface::Pointer CreateTexturedSphere ( )

Definition at line 21 of file mitkSurfaceVtkMapper3DTest.cpp.

References mitk::Surface::New().

Referenced by AddGeneratedDataToStorage().

◆ mitkSurfaceVtkMapper3DTest()