31 #ifndef __vtkVolumeTextureMapper2D_h
32 #define __vtkVolumeTextureMapper2D_h
50 vtkSetVector2Macro( TargetTextureSize,
int );
51 vtkGetVector2Macro( TargetTextureSize,
int );
60 vtkSetMacro( MaximumNumberOfPlanes,
int );
61 vtkGetMacro( MaximumNumberOfPlanes,
int );
69 vtkSetMacro( MaximumStorageSize,
int );
70 vtkGetMacro( MaximumStorageSize,
int );
79 virtual void RenderQuads(
int vtkNotUsed(count),
80 float *vtkNotUsed(v),
float *vtkNotUsed(t),
81 unsigned char *vtkNotUsed(texture),
82 int vtkNotUsed(
size)[2],
83 int vtkNotUsed(reverseFlag)) {};
110 int TargetTextureSize[2];
121 int AxisTextureSize[3][3];
122 void ComputeAxisTextureSize(
int axis,
int *
size );
124 void RenderSavedTexture();