FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
MaximumIntensityProjection.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace fast {
6 
7 class FAST_EXPORT MaximumIntensityProjection : public VolumeRenderer {
9  public:
10  protected:
11  void draw(Matrix4f perspectiveMatrix, Matrix4f viewingMatrix, float zNear, float zFar, bool mode2D) override;
12  private:
14 };
15 
16 }
fast
Definition: AffineTransformation.hpp:7
VolumeRenderer.hpp
fast::MaximumIntensityProjection
Definition: MaximumIntensityProjection.hpp:7
fast::VolumeRenderer
Definition: VolumeRenderer.hpp:7
FAST_OBJECT
#define FAST_OBJECT(className)
Definition: Object.hpp:9