VTK
vtkFixedPointVolumeRayCastMapper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkFixedPointVolumeRayCastMapper.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
69 #ifndef vtkFixedPointVolumeRayCastMapper_h
70 #define vtkFixedPointVolumeRayCastMapper_h
71 
72 #include "vtkRenderingVolumeModule.h" // For export macro
73 #include "vtkVolumeMapper.h"
74 
75 #define VTKKW_FP_SHIFT 15
76 #define VTKKW_FPMM_SHIFT 17
77 #define VTKKW_FP_MASK 0x7fff
78 #define VTKKW_FP_SCALE 32767.0
79 
80 class vtkMatrix4x4;
81 class vtkMultiThreader;
82 class vtkPlaneCollection;
83 class vtkRenderer;
84 class vtkTimerLog;
85 class vtkVolume;
86 class vtkTransform;
87 class vtkRenderWindow;
101 class vtkDataArray;
102 
103 //BTX
104 // Forward declaration needed for use by friend declaration below.
107 //ETX
108 
110 {
111 public:
114  void PrintSelf( ostream& os, vtkIndent indent );
115 
117 
120  vtkSetMacro( SampleDistance, float );
121  vtkGetMacro( SampleDistance, float );
123 
125 
131  vtkSetMacro( InteractiveSampleDistance, float );
132  vtkGetMacro( InteractiveSampleDistance, float );
134 
136 
141  vtkSetClampMacro( ImageSampleDistance, float, 0.1f, 100.0f );
142  vtkGetMacro( ImageSampleDistance, float );
144 
146 
148  vtkSetClampMacro( MinimumImageSampleDistance, float, 0.1f, 100.0f );
149  vtkGetMacro( MinimumImageSampleDistance, float );
151 
153 
155  vtkSetClampMacro( MaximumImageSampleDistance, float, 0.1f, 100.0f );
156  vtkGetMacro( MaximumImageSampleDistance, float );
158 
160 
167  vtkSetClampMacro( AutoAdjustSampleDistances, int, 0, 1 );
168  vtkGetMacro( AutoAdjustSampleDistances, int );
169  vtkBooleanMacro( AutoAdjustSampleDistances, int );
171 
173 
180  vtkSetClampMacro( LockSampleDistanceToInputSpacing, int, 0, 1 );
181  vtkGetMacro( LockSampleDistanceToInputSpacing, int );
182  vtkBooleanMacro( LockSampleDistanceToInputSpacing, int );
184 
186 
189  void SetNumberOfThreads( int num );
192 
194 
196  vtkSetClampMacro( IntermixIntersectingGeometry, int, 0, 1 );
197  vtkGetMacro( IntermixIntersectingGeometry, int );
198  vtkBooleanMacro( IntermixIntersectingGeometry, int );
200 
202 
208  float ComputeRequiredImageSampleDistance( float desiredTime,
209  vtkRenderer *ren );
210  float ComputeRequiredImageSampleDistance( float desiredTime,
211  vtkRenderer *ren,
212  vtkVolume *vol );
214 
215 //BTX
219 
220  unsigned int ToFixedPointPosition( float val );
221  void ToFixedPointPosition( float in[3], unsigned int out[3] );
222  unsigned int ToFixedPointDirection( float dir );
223  void ToFixedPointDirection( float in[3], unsigned int out[3] );
224  void FixedPointIncrement( unsigned int position[3], unsigned int increment[3] );
225  void GetFloatTripleFromPointer( float v[3], float *ptr );
226  void GetUIntTripleFromPointer( unsigned int v[3], unsigned int *ptr );
227  void ShiftVectorDown( unsigned int in[3], unsigned int out[3] );
228  int CheckMinMaxVolumeFlag( unsigned int pos[3], int c );
229  int CheckMIPMinMaxVolumeFlag( unsigned int pos[3], int c, unsigned short maxIdx, int flip );
230 
231  void LookupColorUC( unsigned short *colorTable,
232  unsigned short *scalarOpacityTable,
233  unsigned short index,
234  unsigned char color[4] );
235  void LookupDependentColorUC( unsigned short *colorTable,
236  unsigned short *scalarOpacityTable,
237  unsigned short index[4],
238  int components,
239  unsigned char color[4] );
240  void LookupAndCombineIndependentColorsUC(
241  unsigned short *colorTable[4],
242  unsigned short *scalarOpacityTable[4],
243  unsigned short index[4],
244  float weights[4],
245  int components,
246  unsigned char color[4] );
247  int CheckIfCropped( unsigned int pos[3] );
248 
249 //ETX
250 
257  vtkGetVectorMacro( TableShift, float, 4 );
258  vtkGetVectorMacro( TableScale, float, 4 );
259  vtkGetMacro( ShadingRequired, int );
260  vtkGetMacro( GradientOpacityRequired, int );
261 
262  vtkGetObjectMacro( CurrentScalars, vtkDataArray );
263  vtkGetObjectMacro( PreviousScalars, vtkDataArray );
264 
265 
266  int *GetRowBounds() {return this->RowBounds;}
267  unsigned short *GetColorTable(int c) {return this->ColorTable[c];}
268  unsigned short *GetScalarOpacityTable(int c) {return this->ScalarOpacityTable[c];}
269  unsigned short *GetGradientOpacityTable(int c) {return this->GradientOpacityTable[c];}
270  vtkVolume *GetVolume() {return this->Volume;}
271  unsigned short **GetGradientNormal() {return this->GradientNormal;}
272  unsigned char **GetGradientMagnitude() {return this->GradientMagnitude;}
273  unsigned short *GetDiffuseShadingTable(int c) {return this->DiffuseShadingTable[c];}
274  unsigned short *GetSpecularShadingTable(int c) {return this->SpecularShadingTable[c];}
275 
276  void ComputeRayInfo( int x, int y,
277  unsigned int pos[3],
278  unsigned int dir[3],
279  unsigned int *numSteps );
280 
282 
284 
286 
292 
294  double *, double *, int * );
299  void AbortRender();
300 
303  int blend_mode,
304  double viewDirection[3],
305  double viewUp[3] );
306 
308 
313  vtkVolume *vol )
314  { return this->RetrieveRenderTime( ren, vol ); }
316  { return this->RetrieveRenderTime( ren ); }
318 
319 
321 
327  vtkSetMacro( FinalColorWindow, float );
328  vtkGetMacro( FinalColorWindow, float );
329  vtkSetMacro( FinalColorLevel, float );
330  vtkGetMacro( FinalColorLevel, float );
332 
333 
334  // Here to be used by the mapper to tell the helper
335  // to flip the MIP comparison in order to support
336  // minimum intensity blending
337  vtkGetMacro( FlipMIPComparison, int );
338 
344 
345 protected:
348 
349  // The helper class that displays the image
351 
352  // The distance between sample points along the ray
355 
356  // The distance between rays in the image
362 
363  // Saved values used to restore
366 
367  // Internal method for computing matrices needed during
368  // ray casting
369  void ComputeMatrices( double volumeOrigin[3],
370  double volumeSpacing[3],
371  int volumeExtent[6],
372  vtkRenderer *ren,
373  vtkVolume *vol );
374 
376  int imageFlag, int rowBoundsFlag,
377  int volumeExtent[6]);
378 
380 
383 
385 
392 
394 
398 
399  // This object encapsulated the image and all related information
401 
402  int *RowBounds;
404 
410 
411  void StoreRenderTime( vtkRenderer *ren, vtkVolume *vol, float t );
414 
416 
418 
419  vtkColorTransferFunction *SavedRGBFunction[4];
420  vtkPiecewiseFunction *SavedGrayFunction[4];
421  vtkPiecewiseFunction *SavedScalarOpacityFunction[4];
422  vtkPiecewiseFunction *SavedGradientOpacityFunction[4];
423  int SavedColorChannels[4];
424  float SavedScalarOpacityDistance[4];
428 
431 
433 
434 
435  unsigned short ColorTable[4][32768*3];
436  unsigned short ScalarOpacityTable[4][32768];
437  unsigned short GradientOpacityTable[4][256];
438  int TableSize[4];
439  float TableScale[4];
440  float TableShift[4];
441 
442  float GradientMagnitudeScale[4];
443  float GradientMagnitudeShift[4];
444 
445  unsigned short **GradientNormal;
446  unsigned char **GradientMagnitude;
447  unsigned short *ContiguousGradientNormal;
449 
451 
453 
455 
457 
458  unsigned short DiffuseShadingTable [4][65536*3];
459  unsigned short SpecularShadingTable[4][65536*3];
460 
463 
466 
469 
470  int ClipRayAgainstVolume( float rayStart[3],
471  float rayEnd[3],
472  float rayDirection[3],
473  double bounds[6] );
474 
478  vtkVolume *vol );
480 
482 
483  int ClipRayAgainstClippingPlanes( float rayStart[3],
484  float rayEnd[3],
485  int numClippingPlanes,
486  float *clippingPlanes );
487 
488  unsigned int FixedPointCroppingRegionPlanes[6];
489  unsigned int CroppingRegionMask[27];
490 
491  // Get the ZBuffer value corresponding to location (x,y) where (x,y)
492  // are indexing into the ImageInUse image. This must be converted to
493  // the zbuffer image coordinates. Nearest neighbor value is returned.
494  float GetZBufferValue( int x, int y );
495 
501 
502  // Some variables used for ray computation
503  float ViewToVoxelsArray[16];
504  float WorldToVoxelsArray[16];
505  float VoxelsToWorldArray[16];
506 
507  double CroppingBounds[6];
508 
511 
512  double SavedSpacing[3];
513 
514 
515  // Min Max structure used to do space leaping
516  unsigned short *MinMaxVolume;
517  int MinMaxVolumeSize[4];
521 
523  void FillInMaxGradientMagnitudes( int fullDim[3],
524  int smallDim[3] );
525 
528 
530 
532 
533 private:
535  void operator=(const vtkFixedPointVolumeRayCastMapper&); // Not implemented.
536 
537  bool ThreadWarning;
538 };
539 
540 
542 {
543  return static_cast<unsigned int>(val * VTKKW_FP_SCALE + 0.5);
544 }
545 
546 inline void vtkFixedPointVolumeRayCastMapper::ToFixedPointPosition( float in[3], unsigned int out[3] )
547 {
548  out[0] = static_cast<unsigned int>(in[0] * VTKKW_FP_SCALE + 0.5);
549  out[1] = static_cast<unsigned int>(in[1] * VTKKW_FP_SCALE + 0.5);
550  out[2] = static_cast<unsigned int>(in[2] * VTKKW_FP_SCALE + 0.5);
551 }
552 
554 {
555  return ((dir<0.0)?
556  (static_cast<unsigned int>(-dir * VTKKW_FP_SCALE + 0.5)):
557  (0x80000000+static_cast<unsigned int>(dir*VTKKW_FP_SCALE + 0.5)));
558 }
559 
560 inline void vtkFixedPointVolumeRayCastMapper::ToFixedPointDirection( float in[3], unsigned int out[3] )
561 {
562  out[0] = ((in[0]<0.0)?
563  (static_cast<unsigned int>(-in[0] * VTKKW_FP_SCALE + 0.5)):
564  (0x80000000+
565  static_cast<unsigned int>(in[0]*VTKKW_FP_SCALE + 0.5)));
566  out[1] = ((in[1]<0.0)?
567  (static_cast<unsigned int>(-in[1] * VTKKW_FP_SCALE + 0.5)):
568  (0x80000000+
569  static_cast<unsigned int>(in[1]*VTKKW_FP_SCALE + 0.5)));
570  out[2] = ((in[2]<0.0)?
571  (static_cast<unsigned int>(-in[2] * VTKKW_FP_SCALE + 0.5)):
572  (0x80000000+
573  static_cast<unsigned int>(in[2]*VTKKW_FP_SCALE + 0.5)));
574 }
575 
576 inline void vtkFixedPointVolumeRayCastMapper::FixedPointIncrement( unsigned int position[3], unsigned int increment[3] )
577 {
578  if ( increment[0]&0x80000000 )
579  {
580  position[0] += (increment[0]&0x7fffffff);
581  }
582  else
583  {
584  position[0] -= increment[0];
585  }
586  if ( increment[1]&0x80000000 )
587  {
588  position[1] += (increment[1]&0x7fffffff);
589  }
590  else
591  {
592  position[1] -= increment[1];
593  }
594  if ( increment[2]&0x80000000 )
595  {
596  position[2] += (increment[2]&0x7fffffff);
597  }
598  else
599  {
600  position[2] -= increment[2];
601  }
602 }
603 
604 
606 {
607  v[0] = *(ptr);
608  v[1] = *(ptr+1);
609  v[2] = *(ptr+2);
610 }
611 
612 inline void vtkFixedPointVolumeRayCastMapper::GetUIntTripleFromPointer( unsigned int v[3], unsigned int *ptr )
613 {
614  v[0] = *(ptr);
615  v[1] = *(ptr+1);
616  v[2] = *(ptr+2);
617 }
618 
620  unsigned int out[3] )
621 {
622  out[0] = in[0] >> VTKKW_FP_SHIFT;
623  out[1] = in[1] >> VTKKW_FP_SHIFT;
624  out[2] = in[2] >> VTKKW_FP_SHIFT;
625 }
626 
627 inline int vtkFixedPointVolumeRayCastMapper::CheckMinMaxVolumeFlag( unsigned int mmpos[3], int c )
628 {
629  vtkIdType offset =
630  static_cast<vtkIdType>(this->MinMaxVolumeSize[3]) *
631  ( mmpos[2]*static_cast<vtkIdType>(
632  this->MinMaxVolumeSize[0]*this->MinMaxVolumeSize[1]) +
633  mmpos[1]*static_cast<vtkIdType>(this->MinMaxVolumeSize[0]) +
634  mmpos[0] ) + static_cast<vtkIdType>(c);
635 
636  return ((*(this->MinMaxVolume + 3*offset + 2))&0x00ff);
637 }
638 
639 inline int vtkFixedPointVolumeRayCastMapper::CheckMIPMinMaxVolumeFlag( unsigned int mmpos[3], int c,
640  unsigned short maxIdx, int flip )
641 {
642  vtkIdType offset =
643  static_cast<vtkIdType>(this->MinMaxVolumeSize[3]) *
644  ( mmpos[2]*static_cast<vtkIdType>(
645  this->MinMaxVolumeSize[0]*this->MinMaxVolumeSize[1]) +
646  mmpos[1]*static_cast<vtkIdType>(this->MinMaxVolumeSize[0]) +
647  mmpos[0] ) + static_cast<vtkIdType>(c);
648 
649  if ( (*(this->MinMaxVolume + 3*offset + 2)&0x00ff) )
650  {
651  if (flip)
652  {
653  return ( *(this->MinMaxVolume + 3*offset) < maxIdx );
654  }
655  else
656  {
657  return ( *(this->MinMaxVolume + 3*offset + 1) > maxIdx );
658  }
659  }
660  else
661  {
662  return 0;
663  }
664 }
665 
666 inline void vtkFixedPointVolumeRayCastMapper::LookupColorUC( unsigned short *colorTable,
667  unsigned short *scalarOpacityTable,
668  unsigned short index,
669  unsigned char color[4] )
670 {
671  unsigned short alpha = scalarOpacityTable[index];
672  color[0] = static_cast<unsigned char>
673  ((colorTable[3*index ]*alpha + 0x7fff)>>(2*VTKKW_FP_SHIFT - 8));
674  color[1] = static_cast<unsigned char>
675  ((colorTable[3*index+1]*alpha + 0x7fff)>>(2*VTKKW_FP_SHIFT - 8));
676  color[2] = static_cast<unsigned char>
677  ((colorTable[3*index+2]*alpha + 0x7fff)>>(2*VTKKW_FP_SHIFT - 8));
678  color[3] = static_cast<unsigned char>(alpha>>(VTKKW_FP_SHIFT - 8));
679 }
680 
681 inline void vtkFixedPointVolumeRayCastMapper::LookupDependentColorUC( unsigned short *colorTable,
682  unsigned short *scalarOpacityTable,
683  unsigned short index[4],
684  int components,
685  unsigned char color[4] )
686 {
687  unsigned short alpha;
688  switch ( components )
689  {
690  case 2:
691  alpha = scalarOpacityTable[index[1]];
692  color[0] = static_cast<unsigned char>
693  ((colorTable[3*index[0] ]*alpha + 0x7fff)>>(2*VTKKW_FP_SHIFT - 8));
694  color[1] = static_cast<unsigned char>
695  ((colorTable[3*index[0]+1]*alpha + 0x7fff)>>(2*VTKKW_FP_SHIFT - 8));
696  color[2] = static_cast<unsigned char>
697  ((colorTable[3*index[0]+2]*alpha + 0x7fff)>>(2*VTKKW_FP_SHIFT - 8));
698  color[3] = static_cast<unsigned char>(alpha>>(VTKKW_FP_SHIFT - 8));
699  break;
700  case 4:
701  alpha = scalarOpacityTable[index[3]];
702  color[0] = static_cast<unsigned char>((index[0]*alpha + 0x7fff)>>VTKKW_FP_SHIFT );
703  color[1] = static_cast<unsigned char>((index[1]*alpha + 0x7fff)>>VTKKW_FP_SHIFT );
704  color[2] = static_cast<unsigned char>((index[2]*alpha + 0x7fff)>>VTKKW_FP_SHIFT );
705  color[3] = static_cast<unsigned char>(alpha>>(VTKKW_FP_SHIFT - 8));
706  break;
707  }
708 }
709 
710 
712  unsigned short *scalarOpacityTable[4],
713  unsigned short index[4],
714  float weights[4],
715  int components,
716  unsigned char color[4] )
717 {
718  unsigned int tmp[4] = {0,0,0,0};
719 
720  for ( int i = 0; i < components; i++ )
721  {
722  unsigned short alpha = static_cast<unsigned short>(static_cast<float>(scalarOpacityTable[i][index[i]])*weights[i]);
723  tmp[0] += static_cast<unsigned char>(((colorTable[i][3*index[i] ])*alpha + 0x7fff)>>(2*VTKKW_FP_SHIFT - 8));
724  tmp[1] += static_cast<unsigned char>(((colorTable[i][3*index[i]+1])*alpha + 0x7fff)>>(2*VTKKW_FP_SHIFT - 8));
725  tmp[2] += static_cast<unsigned char>(((colorTable[i][3*index[i]+2])*alpha + 0x7fff)>>(2*VTKKW_FP_SHIFT - 8));
726  tmp[3] += static_cast<unsigned char>(alpha>>(VTKKW_FP_SHIFT - 8));
727  }
728 
729  color[0] = static_cast<unsigned char>((tmp[0]>255)?(255):(tmp[0]));
730  color[1] = static_cast<unsigned char>((tmp[1]>255)?(255):(tmp[1]));
731  color[2] = static_cast<unsigned char>((tmp[2]>255)?(255):(tmp[2]));
732  color[3] = static_cast<unsigned char>((tmp[3]>255)?(255):(tmp[3]));
733 
734 }
735 
736 inline int vtkFixedPointVolumeRayCastMapper::CheckIfCropped( unsigned int pos[3] )
737 {
738  int idx;
739 
740  if ( pos[2] < this->FixedPointCroppingRegionPlanes[4] )
741  {
742  idx = 0;
743  }
744  else if ( pos[2] > this->FixedPointCroppingRegionPlanes[5] )
745  {
746  idx = 18;
747  }
748  else
749  {
750  idx = 9;
751  }
752 
753  if ( pos[1] >= this->FixedPointCroppingRegionPlanes[2] )
754  {
755  if ( pos[1] > this->FixedPointCroppingRegionPlanes[3] )
756  {
757  idx += 6;
758  }
759  else
760  {
761  idx += 3;
762  }
763  }
764 
765  if ( pos[0] >= this->FixedPointCroppingRegionPlanes[0] )
766  {
767  if ( pos[0] > this->FixedPointCroppingRegionPlanes[1] )
768  {
769  idx += 2;
770  }
771  else
772  {
773  idx += 1;
774  }
775  }
776 
777  return !(static_cast<unsigned int>(this->CroppingRegionFlags)
778  &this->CroppingRegionMask[idx]);
779 }
780 
781 #endif
vtkFixedPointVolumeRayCastMapper::GetSpecularShadingTable
unsigned short * GetSpecularShadingTable(int c)
Definition: vtkFixedPointVolumeRayCastMapper.h:274
vtkFixedPointVolumeRayCastMapper::ContiguousGradientNormal
unsigned short * ContiguousGradientNormal
Definition: vtkFixedPointVolumeRayCastMapper.h:447
vtkFixedPointVolumeRayCastMapper::RenderRendererTable
vtkRenderer ** RenderRendererTable
Definition: vtkFixedPointVolumeRayCastMapper.h:407
vtkFixedPointVolumeRayCastMapper::GetGradientMagnitude
unsigned char ** GetGradientMagnitude()
Definition: vtkFixedPointVolumeRayCastMapper.h:272
vtkVolumeMapper
Abstract class for a volume mapper.
Definition: vtkVolumeMapper.h:46
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkFixedPointVolumeRayCastMapper::GetGradientNormal
unsigned short ** GetGradientNormal()
Definition: vtkFixedPointVolumeRayCastMapper.h:271
vtkFixedPointVolumeRayCastMapper::ComputeMatrices
void ComputeMatrices(double volumeOrigin[3], double volumeSpacing[3], int volumeExtent[6], vtkRenderer *ren, vtkVolume *vol)
vtkgl::weights
const GLbyte * weights
Definition: vtkgl.h:12766
vtkFixedPointVolumeRayCastMapper::OldRowBounds
int * OldRowBounds
Definition: vtkFixedPointVolumeRayCastMapper.h:403
vtkFixedPointVolumeRayCastMapper::Threader
vtkMultiThreader * Threader
Definition: vtkFixedPointVolumeRayCastMapper.h:384
vtkVolume
represents a volume (data & properties) in a rendered scene
Definition: vtkVolume.h:50
vtkFixedPointVolumeRayCastMapper::UpdateGradients
int UpdateGradients(vtkVolume *vol)
vtkFixedPointVolumeRayCastMapper::SavedMinMaxInput
vtkImageData * SavedMinMaxInput
Definition: vtkFixedPointVolumeRayCastMapper.h:518
vtkFixedPointRayCastImage
helper class for a ray cast image
Definition: vtkFixedPointRayCastImage.h:39
vtkRayCastImageDisplayHelper
helper class that draws the image to the screen
Definition: vtkRayCastImageDisplayHelper.h:39
vtkFixedPointVolumeRayCastMapper::RenderSubVolume
void RenderSubVolume()
vtkFixedPointVolumeRayCastMapper::MIPHelper
vtkFixedPointVolumeRayCastMIPHelper * MIPHelper
Definition: vtkFixedPointVolumeRayCastMapper.h:496
vtkIdType
int vtkIdType
Definition: vtkType.h:275
vtkFixedPointVolumeRayCastMapper
A fixed point mapper for volumes.
Definition: vtkFixedPointVolumeRayCastMapper.h:110
vtkFixedPointVolumeRayCastMapper::GetGradientOpacityTable
unsigned short * GetGradientOpacityTable(int c)
Definition: vtkFixedPointVolumeRayCastMapper.h:269
vtkFixedPointVolumeRayCastMapper::RowBounds
int * RowBounds
Definition: vtkFixedPointVolumeRayCastMapper.h:402
FixedPointVolumeRayCastMapper_CastRays
VTK_THREAD_RETURN_TYPE FixedPointVolumeRayCastMapper_CastRays(void *arg)
vtkFixedPointVolumeRayCastMapper::MinMaxVolumeSize
int MinMaxVolumeSize[4]
Definition: vtkFixedPointVolumeRayCastMapper.h:517
vtkFixedPointVolumeRayCastMapper::SetNumberOfThreads
void SetNumberOfThreads(int num)
vtkFixedPointVolumeRayCastMapper::UpdateShadingTable
int UpdateShadingTable(vtkRenderer *ren, vtkVolume *vol)
vtkFixedPointVolumeRayCastMapper::RenderTimeTable
float * RenderTimeTable
Definition: vtkFixedPointVolumeRayCastMapper.h:405
vtkFixedPointVolumeRayCastMapper::ComputeRequiredImageSampleDistance
float ComputeRequiredImageSampleDistance(float desiredTime, vtkRenderer *ren, vtkVolume *vol)
vtkTimeStamp
record modification and/or execution time
Definition: vtkTimeStamp.h:35
vtkRenderingVolumeModule.h
vtkFixedPointVolumeRayCastMapper::GradientOpacityRequired
int GradientOpacityRequired
Definition: vtkFixedPointVolumeRayCastMapper.h:462
vtkFixedPointVolumeRayCastMapper::RenderVolumeTable
vtkVolume ** RenderVolumeTable
Definition: vtkFixedPointVolumeRayCastMapper.h:406
vtkFixedPointVolumeRayCastMapper::RayCastImage
vtkFixedPointRayCastImage * RayCastImage
Definition: vtkFixedPointVolumeRayCastMapper.h:400
vtkFixedPointVolumeRayCastMapper::ReleaseGraphicsResources
virtual void ReleaseGraphicsResources(vtkWindow *)
vtkFixedPointVolumeRayCastMapper::ComputeRayInfo
void ComputeRayInfo(int x, int y, unsigned int pos[3], unsigned int dir[3], unsigned int *numSteps)
vtkFixedPointVolumeRayCastMapper::ApplyFinalColorWindowLevel
void ApplyFinalColorWindowLevel()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkFixedPointVolumeRayCastMapper::GetDiffuseShadingTable
unsigned short * GetDiffuseShadingTable(int c)
Definition: vtkFixedPointVolumeRayCastMapper.h:273
vtkFixedPointVolumeRayCastMapper::ShiftVectorDown
void ShiftVectorDown(unsigned int in[3], unsigned int out[3])
Definition: vtkFixedPointVolumeRayCastMapper.h:619
vtkFixedPointVolumeRayCastMIPHelper
A helper that generates MIP images for the volume ray cast mapper.
Definition: vtkFixedPointVolumeRayCastMIPHelper.h:37
vtkFixedPointVolumeRayCastMapper::LookupAndCombineIndependentColorsUC
void LookupAndCombineIndependentColorsUC(unsigned short *colorTable[4], unsigned short *scalarOpacityTable[4], unsigned short index[4], float weights[4], int components, unsigned char color[4])
Definition: vtkFixedPointVolumeRayCastMapper.h:711
vtkX3D::dir
@ dir
Definition: vtkX3D.h:324
vtkgl::v
const GLdouble * v
Definition: vtkgl.h:11595
vtkFixedPointVolumeRayCastMapper::FixedPointCroppingRegionPlanes
unsigned int FixedPointCroppingRegionPlanes[6]
Definition: vtkFixedPointVolumeRayCastMapper.h:488
vtkFixedPointVolumeRayCastMapper::Volume
vtkVolume * Volume
Definition: vtkFixedPointVolumeRayCastMapper.h:468
vtkFixedPointVolumeRayCastMapper::CompositeShadeHelper
vtkFixedPointVolumeRayCastCompositeShadeHelper * CompositeShadeHelper
Definition: vtkFixedPointVolumeRayCastMapper.h:499
vtkgl::x
GLint GLint GLint GLint GLint x
Definition: vtkgl.h:11318
vtkFixedPointVolumeRayCastMapper::ClipRayAgainstVolume
int ClipRayAgainstVolume(float rayStart[3], float rayEnd[3], float rayDirection[3], double bounds[6])
vtkFixedPointVolumeRayCastMapper::MinimumImageSampleDistance
float MinimumImageSampleDistance
Definition: vtkFixedPointVolumeRayCastMapper.h:358
vtkFixedPointVolumeRayCastMapper::FixedPointIncrement
void FixedPointIncrement(unsigned int position[3], unsigned int increment[3])
Definition: vtkFixedPointVolumeRayCastMapper.h:576
vtkFixedPointVolumeRayCastMapper::~vtkFixedPointVolumeRayCastMapper
~vtkFixedPointVolumeRayCastMapper()
vtkFiniteDifferenceGradientEstimator
Use finite differences to estimate gradient.
Definition: vtkFiniteDifferenceGradientEstimator.h:48
vtkFixedPointVolumeRayCastMapper::ImageSampleDistance
float ImageSampleDistance
Definition: vtkFixedPointVolumeRayCastMapper.h:357
vtkDataArray
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:55
vtkFixedPointVolumeRayCastMapper::ViewToWorldMatrix
vtkMatrix4x4 * ViewToWorldMatrix
Definition: vtkFixedPointVolumeRayCastMapper.h:387
vtkFixedPointVolumeRayCastMapper::CaptureZBuffer
void CaptureZBuffer(vtkRenderer *ren)
vtkTransform
describes linear transformations via a 4x4 matrix
Definition: vtkTransform.h:60
vtkGetVectorMacro
#define vtkGetVectorMacro(name, type, count)
Definition: vtkSetGet.h:424
vtkFixedPointVolumeRayCastMapper::UpdateMinMaxVolume
void UpdateMinMaxVolume(vtkVolume *vol)
vtkgl::in
GLuint in
Definition: vtkgl.h:16905
vtkFixedPointVolumeRayCastMapper::TransformedClippingPlanes
float * TransformedClippingPlanes
Definition: vtkFixedPointVolumeRayCastMapper.h:510
vtkColorTransferFunction
Defines a transfer function for mapping a property to an RGB color value.
Definition: vtkColorTransferFunction.h:58
VTKKW_FP_SCALE
#define VTKKW_FP_SCALE
Definition: vtkFixedPointVolumeRayCastMapper.h:78
vtkFixedPointVolumeRayCastMapper::SavedGradientsInput
vtkImageData * SavedGradientsInput
Definition: vtkFixedPointVolumeRayCastMapper.h:429
vtkFixedPointVolumeRayCastCompositeGOShadeHelper
A helper that generates composite images for the volume ray cast mapper.
Definition: vtkFixedPointVolumeRayCastCompositeGOShadeHelper.h:42
vtkFixedPointVolumeRayCastMapper::GetRowBounds
int * GetRowBounds()
Definition: vtkFixedPointVolumeRayCastMapper.h:266
vtkFixedPointVolumeRayCastMapper::OldImageSampleDistance
float OldImageSampleDistance
Definition: vtkFixedPointVolumeRayCastMapper.h:365
vtkFixedPointVolumeRayCastMapper::RetrieveRenderTime
float RetrieveRenderTime(vtkRenderer *ren)
vtkFixedPointVolumeRayCastMapper::DirectionEncoder
vtkDirectionEncoder * DirectionEncoder
Definition: vtkFixedPointVolumeRayCastMapper.h:452
vtkFixedPointVolumeRayCastMapper::MaximumImageSampleDistance
float MaximumImageSampleDistance
Definition: vtkFixedPointVolumeRayCastMapper.h:359
vtkWindow
window superclass for vtkRenderWindow
Definition: vtkWindow.h:34
vtkFixedPointVolumeRayCastMapper::NumberOfGradientSlices
int NumberOfGradientSlices
Definition: vtkFixedPointVolumeRayCastMapper.h:450
vtkFixedPointVolumeRayCastMapper::VoxelsToViewMatrix
vtkMatrix4x4 * VoxelsToViewMatrix
Definition: vtkFixedPointVolumeRayCastMapper.h:389
vtkFixedPointVolumeRayCastMapper::PerspectiveMatrix
vtkMatrix4x4 * PerspectiveMatrix
Definition: vtkFixedPointVolumeRayCastMapper.h:386
vtkFixedPointVolumeRayCastMapper::SavedParametersInput
vtkImageData * SavedParametersInput
Definition: vtkFixedPointVolumeRayCastMapper.h:426
vtkFixedPointVolumeRayCastMapper::LockSampleDistanceToInputSpacing
int LockSampleDistanceToInputSpacing
Definition: vtkFixedPointVolumeRayCastMapper.h:361
vtkFixedPointVolumeRayCastMapper::UpdateCroppingRegions
void UpdateCroppingRegions()
vtkgl::val
GLuint GLfloat * val
Definition: vtkgl.h:13789
vtkFixedPointVolumeRayCastMapper::UpdateColorTable
int UpdateColorTable(vtkVolume *vol)
vtkFixedPointVolumeRayCastMapper::NumTransformedClippingPlanes
int NumTransformedClippingPlanes
Definition: vtkFixedPointVolumeRayCastMapper.h:509
vtkFixedPointVolumeRayCastMapper::GetFloatTripleFromPointer
void GetFloatTripleFromPointer(float v[3], float *ptr)
Definition: vtkFixedPointVolumeRayCastMapper.h:605
vtkFixedPointVolumeRayCastMapper::VoxelsToWorldMatrix
vtkMatrix4x4 * VoxelsToWorldMatrix
Definition: vtkFixedPointVolumeRayCastMapper.h:391
vtkMultiThreader
A class for performing multithreaded execution.
Definition: vtkMultiThreader.h:94
vtkX3D::position
@ position
Definition: vtkX3D.h:261
vtkSetClampMacro
#define vtkSetClampMacro(name, type, min, max)
Definition: vtkSetGet.h:143
vtkFixedPointVolumeRayCastMapper::ViewToVoxelsMatrix
vtkMatrix4x4 * ViewToVoxelsMatrix
Definition: vtkFixedPointVolumeRayCastMapper.h:388
vtkFixedPointVolumeRayCastMapper::PerVolumeInitialization
void PerVolumeInitialization(vtkRenderer *, vtkVolume *)
vtkFixedPointVolumeRayCastMapper::vtkFixedPointVolumeRayCastMapper
vtkFixedPointVolumeRayCastMapper()
vtkFixedPointVolumeRayCastMapper::CroppingRegionMask
unsigned int CroppingRegionMask[27]
Definition: vtkFixedPointVolumeRayCastMapper.h:489
vtkEncodedGradientShader
Compute shading tables for encoded normals.
Definition: vtkEncodedGradientShader.h:45
vtkgl::c
const GLubyte * c
Definition: vtkgl.h:15720
vtkFixedPointVolumeRayCastMapper::InteractiveSampleDistance
float InteractiveSampleDistance
Definition: vtkFixedPointVolumeRayCastMapper.h:354
vtkFixedPointVolumeRayCastMapper::ToFixedPointDirection
unsigned int ToFixedPointDirection(float dir)
Definition: vtkFixedPointVolumeRayCastMapper.h:553
vtkFixedPointVolumeRayCastMapper::ClipRayAgainstClippingPlanes
int ClipRayAgainstClippingPlanes(float rayStart[3], float rayEnd[3], int numClippingPlanes, float *clippingPlanes)
vtkFixedPointVolumeRayCastMapper::MinMaxVolumeCache
vtkImageData * MinMaxVolumeCache
Definition: vtkFixedPointVolumeRayCastMapper.h:519
vtkFixedPointVolumeRayCastMapper::FinalColorWindow
float FinalColorWindow
Definition: vtkFixedPointVolumeRayCastMapper.h:526
vtkFixedPointVolumeRayCastMapper::FinalColorLevel
float FinalColorLevel
Definition: vtkFixedPointVolumeRayCastMapper.h:527
vtkFixedPointVolumeRayCastMapper::RenderTableSize
int RenderTableSize
Definition: vtkFixedPointVolumeRayCastMapper.h:408
vtkFixedPointVolumeRayCastMapper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkFixedPointVolumeRayCastMapper::WorldToVoxelsMatrix
vtkMatrix4x4 * WorldToVoxelsMatrix
Definition: vtkFixedPointVolumeRayCastMapper.h:390
vtkFixedPointVolumeRayCastMapper::CheckMIPMinMaxVolumeFlag
int CheckMIPMinMaxVolumeFlag(unsigned int pos[3], int c, unsigned short maxIdx, int flip)
Definition: vtkFixedPointVolumeRayCastMapper.h:639
vtkFixedPointVolumeRayCastMapper::OldSampleDistance
float OldSampleDistance
Definition: vtkFixedPointVolumeRayCastMapper.h:364
vtkVolumeMapper.h
vtkFixedPointVolumeRayCastMapper::PerSubVolumeInitialization
void PerSubVolumeInitialization(vtkRenderer *, vtkVolume *, int)
vtkgl::num
GLuint GLuint num
Definition: vtkgl.h:16907
VTKKW_FP_SHIFT
#define VTKKW_FP_SHIFT
Definition: vtkFixedPointVolumeRayCastMapper.h:75
vtkFixedPointVolumeRayCastMapper::ComputeRowBounds
int ComputeRowBounds(vtkRenderer *ren, int imageFlag, int rowBoundsFlag, int volumeExtent[6])
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkMatrix4x4
represent and manipulate 4x4 transformation matrices
Definition: vtkMatrix4x4.h:39
vtkFixedPointVolumeRayCastMapper::ComputeRequiredImageSampleDistance
float ComputeRequiredImageSampleDistance(float desiredTime, vtkRenderer *ren)
vtkVolumeRayCastSpaceLeapingImageFilter
Builds the space leaping data structure.
Definition: vtkVolumeRayCastSpaceLeapingImageFilter.h:40
vtkFixedPointVolumeRayCastMapper::CheckMinMaxVolumeFlag
int CheckMinMaxVolumeFlag(unsigned int pos[3], int c)
Definition: vtkFixedPointVolumeRayCastMapper.h:627
vtkFixedPointVolumeRayCastMapper::VoxelsTransform
vtkTransform * VoxelsTransform
Definition: vtkFixedPointVolumeRayCastMapper.h:396
vtkFixedPointVolumeRayCastMapper::vtkFPVRCMSwitchOnDataType
friend VTK_THREAD_RETURN_TYPE vtkFPVRCMSwitchOnDataType(void *arg)
vtkFixedPointVolumeRayCastMapper::GetNumberOfThreads
int GetNumberOfThreads()
vtkFixedPointVolumeRayCastMapper::PerImageInitialization
int PerImageInitialization(vtkRenderer *, vtkVolume *, int, double *, double *, int *)
vtkFixedPointVolumeRayCastMapper::SavedGradientsMTime
vtkTimeStamp SavedGradientsMTime
Definition: vtkFixedPointVolumeRayCastMapper.h:430
vtkFixedPointVolumeRayCastMapper::RetrieveRenderTime
float RetrieveRenderTime(vtkRenderer *ren, vtkVolume *vol)
vtkFixedPointVolumeRayCastMapper::GradientShader
vtkEncodedGradientShader * GradientShader
Definition: vtkFixedPointVolumeRayCastMapper.h:454
vtkFixedPointVolumeRayCastMapper::RenderWindow
vtkRenderWindow * RenderWindow
Definition: vtkFixedPointVolumeRayCastMapper.h:467
vtkgl::offset
GLintptr offset
Definition: vtkgl.h:11844
vtkFixedPointVolumeRayCastMapper::ContiguousGradientMagnitude
unsigned char * ContiguousGradientMagnitude
Definition: vtkFixedPointVolumeRayCastMapper.h:448
vtkFixedPointVolumeRayCastMapper::DisplayRenderedImage
void DisplayRenderedImage(vtkRenderer *, vtkVolume *)
vtkFixedPointVolumeRayCastMapper::VoxelsToViewTransform
vtkTransform * VoxelsToViewTransform
Definition: vtkFixedPointVolumeRayCastMapper.h:397
vtkFixedPointVolumeRayCastMapper::CompositeGOHelper
vtkFixedPointVolumeRayCastCompositeGOHelper * CompositeGOHelper
Definition: vtkFixedPointVolumeRayCastMapper.h:498
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkFixedPointVolumeRayCastMapper::GetScalarOpacityTable
unsigned short * GetScalarOpacityTable(int c)
Definition: vtkFixedPointVolumeRayCastMapper.h:268
vtkgl::color
GLuint color
Definition: vtkgl.h:12351
vtkFixedPointVolumeRayCastMapper::AutoAdjustSampleDistances
int AutoAdjustSampleDistances
Definition: vtkFixedPointVolumeRayCastMapper.h:360
vtkFixedPointVolumeRayCastMapper::LookupColorUC
void LookupColorUC(unsigned short *colorTable, unsigned short *scalarOpacityTable, unsigned short index, unsigned char color[4])
Definition: vtkFixedPointVolumeRayCastMapper.h:666
vtkgl::f
GLclampf f
Definition: vtkgl.h:14181
vtkFixedPointVolumeRayCastMapper::LookupDependentColorUC
void LookupDependentColorUC(unsigned short *colorTable, unsigned short *scalarOpacityTable, unsigned short index[4], int components, unsigned char color[4])
Definition: vtkFixedPointVolumeRayCastMapper.h:681
vtkFPVRCMSwitchOnDataType
VTK_THREAD_RETURN_TYPE vtkFPVRCMSwitchOnDataType(void *arg)
vtkFixedPointVolumeRayCastMapper::PerspectiveTransform
vtkTransform * PerspectiveTransform
Definition: vtkFixedPointVolumeRayCastMapper.h:395
vtkFixedPointVolumeRayCastMapper::SetRayCastImage
void SetRayCastImage(vtkFixedPointRayCastImage *)
VTK_THREAD_RETURN_TYPE
#define VTK_THREAD_RETURN_TYPE
Definition: vtkSystemIncludes.h:132
vtkFixedPointVolumeRayCastMapper::CheckIfCropped
int CheckIfCropped(unsigned int pos[3])
Definition: vtkFixedPointVolumeRayCastMapper.h:736
vtkPiecewiseFunction
Defines a 1D piecewise function.
Definition: vtkPiecewiseFunction.h:51
vtkFixedPointVolumeRayCastMapper::CurrentScalars
vtkDataArray * CurrentScalars
Definition: vtkFixedPointVolumeRayCastMapper.h:464
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkFixedPointVolumeRayCastMapper::GetUIntTripleFromPointer
void GetUIntTripleFromPointer(unsigned int v[3], unsigned int *ptr)
Definition: vtkFixedPointVolumeRayCastMapper.h:612
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkFixedPointVolumeRayCastMapper::FlipMIPComparison
int FlipMIPComparison
Definition: vtkFixedPointVolumeRayCastMapper.h:529
vtkgl::alpha
GLclampf GLclampf GLclampf alpha
Definition: vtkgl.h:11313
vtkgl::index
GLuint index
Definition: vtkgl.h:11983
vtkTimerLog
Timer support and logging.
Definition: vtkTimerLog.h:82
vtkFixedPointVolumeRayCastMapper::ShadingRequired
int ShadingRequired
Definition: vtkFixedPointVolumeRayCastMapper.h:461
vtkgl::t
GLdouble GLdouble t
Definition: vtkgl.h:11602
vtkFixedPointVolumeRayCastMapper::MinimumViewDistance
float MinimumViewDistance
Definition: vtkFixedPointVolumeRayCastMapper.h:417
vtkFixedPointVolumeRayCastMapper::ImageDisplayHelper
vtkRayCastImageDisplayHelper * ImageDisplayHelper
Definition: vtkFixedPointVolumeRayCastMapper.h:350
vtkFixedPointVolumeRayCastMapper::SpaceLeapFilter
vtkVolumeRayCastSpaceLeapingImageFilter * SpaceLeapFilter
Definition: vtkFixedPointVolumeRayCastMapper.h:520
vtkgl::y
GLint GLint GLint GLint GLint GLint y
Definition: vtkgl.h:11318
vtkFixedPointVolumeRayCastMapper::ComputeGradients
void ComputeGradients(vtkVolume *vol)
vtkFixedPointVolumeRayCastMapper::GetEstimatedRenderTime
float GetEstimatedRenderTime(vtkRenderer *ren, vtkVolume *vol)
Definition: vtkFixedPointVolumeRayCastMapper.h:312
vtkFixedPointVolumeRayCastMapper::GetColorTable
unsigned short * GetColorTable(int c)
Definition: vtkFixedPointVolumeRayCastMapper.h:267
vtkFixedPointVolumeRayCastMapper::Render
void Render(vtkRenderer *, vtkVolume *)
vtkFixedPointVolumeRayCastMapper::StoreRenderTime
void StoreRenderTime(vtkRenderer *ren, vtkVolume *vol, float t)
vtkRenderer
abstract specification for renderers
Definition: vtkRenderer.h:64
vtkFixedPointVolumeRayCastMapper::RenderTableEntries
int RenderTableEntries
Definition: vtkFixedPointVolumeRayCastMapper.h:409
vtkDirectionEncoder
encode a direction into a one or two byte value
Definition: vtkDirectionEncoder.h:39
vtkFixedPointVolumeRayCastMapper::PreviousScalars
vtkDataArray * PreviousScalars
Definition: vtkFixedPointVolumeRayCastMapper.h:465
vtkFixedPointVolumeRayCastMapper::GradientEstimator
vtkFiniteDifferenceGradientEstimator * GradientEstimator
Definition: vtkFixedPointVolumeRayCastMapper.h:456
vtkFixedPointVolumeRayCastMapper::GradientNormal
unsigned short ** GradientNormal
Definition: vtkFixedPointVolumeRayCastMapper.h:445
vtkFixedPointVolumeRayCastMapper::ShouldUseNearestNeighborInterpolation
int ShouldUseNearestNeighborInterpolation(vtkVolume *vol)
vtkFixedPointVolumeRayCastMapper::New
static vtkFixedPointVolumeRayCastMapper * New()
vtkVolumeMapper::CroppingRegionFlags
int CroppingRegionFlags
Definition: vtkVolumeMapper.h:155
vtkFixedPointVolumeRayCastCompositeHelper
A helper that generates composite images for the volume ray cast mapper.
Definition: vtkFixedPointVolumeRayCastCompositeHelper.h:42
VTKRENDERINGVOLUME_EXPORT
#define VTKRENDERINGVOLUME_EXPORT
Definition: vtkRenderingVolumeModule.h:15
vtkFixedPointVolumeRayCastMapper::GetZBufferValue
float GetZBufferValue(int x, int y)
vtkFixedPointVolumeRayCastMapper::GetVolume
vtkVolume * GetVolume()
Definition: vtkFixedPointVolumeRayCastMapper.h:270
vtkPlaneCollection
maintain a list of planes
Definition: vtkPlaneCollection.h:36
vtkRenderWindow
create a window for renderers to draw into
Definition: vtkRenderWindow.h:89
vtkgl::components
GLenum GLenum GLuint components
Definition: vtkgl.h:16909
vtkFixedPointVolumeRayCastCompositeGOHelper
A helper that generates composite images for the volume ray cast mapper.
Definition: vtkFixedPointVolumeRayCastCompositeGOHelper.h:42
vtkFixedPointVolumeRayCastMapper::InitializeRayInfo
void InitializeRayInfo(vtkVolume *vol)
vtkFixedPointVolumeRayCastMapper::VolumeMatrix
vtkMatrix4x4 * VolumeMatrix
Definition: vtkFixedPointVolumeRayCastMapper.h:393
vtkFixedPointVolumeRayCastMapper::CreateCanonicalView
void CreateCanonicalView(vtkVolume *volume, vtkImageData *image, int blend_mode, double viewDirection[3], double viewUp[3])
vtkFixedPointVolumeRayCastMapper::FixedPointVolumeRayCastMapper_CastRays
friend VTK_THREAD_RETURN_TYPE FixedPointVolumeRayCastMapper_CastRays(void *arg)
vtkFixedPointVolumeRayCastMapper::ToFixedPointPosition
unsigned int ToFixedPointPosition(float val)
Definition: vtkFixedPointVolumeRayCastMapper.h:541
vtkFixedPointVolumeRayCastMapper::AbortRender
void AbortRender()
vtkFixedPointVolumeRayCastMapper::FillInMaxGradientMagnitudes
void FillInMaxGradientMagnitudes(int fullDim[3], int smallDim[3])
vtkFixedPointVolumeRayCastMapper::SampleDistance
float SampleDistance
Definition: vtkFixedPointVolumeRayCastMapper.h:353
vtkFixedPointVolumeRayCastCompositeShadeHelper
A helper that generates composite images for the volume ray cast mapper.
Definition: vtkFixedPointVolumeRayCastCompositeShadeHelper.h:42
vtkFixedPointVolumeRayCastMapper::CompositeGOShadeHelper
vtkFixedPointVolumeRayCastCompositeGOShadeHelper * CompositeGOShadeHelper
Definition: vtkFixedPointVolumeRayCastMapper.h:500
vtkFixedPointVolumeRayCastMapper::CompositeHelper
vtkFixedPointVolumeRayCastCompositeHelper * CompositeHelper
Definition: vtkFixedPointVolumeRayCastMapper.h:497
vtkFixedPointVolumeRayCastMapper::GetEstimatedRenderTime
float GetEstimatedRenderTime(vtkRenderer *ren)
Definition: vtkFixedPointVolumeRayCastMapper.h:315
vtkgl::ColorTable
VTKRENDERINGOPENGL_EXPORT PFNGLCOLORTABLEPROC ColorTable
vtkFixedPointVolumeRayCastMapper::MinMaxVolume
unsigned short * MinMaxVolume
Definition: vtkFixedPointVolumeRayCastMapper.h:516
vtkgl::image
GLenum GLsizei GLenum GLenum const GLvoid * image
Definition: vtkgl.h:11341
vtkFixedPointVolumeRayCastMapper::SavedBlendMode
int SavedBlendMode
Definition: vtkFixedPointVolumeRayCastMapper.h:425
vtkFixedPointVolumeRayCastMapper::IntermixIntersectingGeometry
int IntermixIntersectingGeometry
Definition: vtkFixedPointVolumeRayCastMapper.h:415
vtkFixedPointVolumeRayCastMapper::SavedSampleDistance
float SavedSampleDistance
Definition: vtkFixedPointVolumeRayCastMapper.h:432
vtkFixedPointVolumeRayCastMapper::GradientMagnitude
unsigned char ** GradientMagnitude
Definition: vtkFixedPointVolumeRayCastMapper.h:446
vtkFixedPointVolumeRayCastMapper::SavedParametersMTime
vtkTimeStamp SavedParametersMTime
Definition: vtkFixedPointVolumeRayCastMapper.h:427