VTK
|
#include "vtkSystemIncludes.h"
Go to the source code of this file.
Typedefs | |
typedef vtkUnstructuredGridVolumeRayCastFunction *(* | RayCastFunctionCreator) (void) |
typedef vtkUnstructuredGridVolumeRayIntegrator *(* | RayIntegratorCreator) (void) |
Functions | |
int | ExerciseUnstructuredGridRayCastMapper (int argc, char *argv[], RayCastFunctionCreator NewFunction=NULL, RayIntegratorCreator NewIntegrator=NULL, int UseCellData=0, int TestDependentComponents=1) |
typedef vtkUnstructuredGridVolumeRayCastFunction*(* RayCastFunctionCreator) (void) |
Definition at line 24 of file ExerciseUnstructuredGridRayCastMapper.h.
typedef vtkUnstructuredGridVolumeRayIntegrator*(* RayIntegratorCreator) (void) |
Definition at line 25 of file ExerciseUnstructuredGridRayCastMapper.h.
int ExerciseUnstructuredGridRayCastMapper | ( | int | argc, |
char * | argv[], | ||
RayCastFunctionCreator | NewFunction = NULL , |
||
RayIntegratorCreator | NewIntegrator = NULL , |
||
int | UseCellData = 0 , |
||
int | TestDependentComponents = 1 |
||
) |