VTK
Typedefs | Functions
ExerciseUnstructuredGridRayCastMapper.h File Reference
#include "vtkSystemIncludes.h"
Include dependency graph for ExerciseUnstructuredGridRayCastMapper.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 Documentation

typedef vtkUnstructuredGridVolumeRayCastFunction*(* RayCastFunctionCreator) (void)

Definition at line 24 of file ExerciseUnstructuredGridRayCastMapper.h.

typedef vtkUnstructuredGridVolumeRayIntegrator*(* RayIntegratorCreator) (void)

Definition at line 25 of file ExerciseUnstructuredGridRayCastMapper.h.

Function Documentation

int ExerciseUnstructuredGridRayCastMapper ( int  argc,
char *  argv[],
RayCastFunctionCreator  NewFunction = NULL,
RayIntegratorCreator  NewIntegrator = NULL,
int  UseCellData = 0,
int  TestDependentComponents = 1 
)