FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
MeshToSegmentation.hpp
Go to the documentation of this file.
1 #ifndef MESH_TO_SEGMENTATION_HPP_
2 #define MESH_TO_SEGMENTATION_HPP_
3 
5 
6 namespace fast {
7 
8 class FAST_EXPORT MeshToSegmentation : public SegmentationAlgorithm {
10  public:
17  void setOutputImageResolution(uint x, uint y, uint z = 1);
18  private:
20  void execute();
21 
22  Vector3i mResolution;
23 
24 };
25 
26 }
27 
28 #endif
fast
Definition: AffineTransformation.hpp:7
fast::MeshToSegmentation
Definition: MeshToSegmentation.hpp:8
FAST_OBJECT
#define FAST_OBJECT(className)
Definition: Object.hpp:9
SegmentationAlgorithm.hpp
fast::SegmentationAlgorithm
Definition: SegmentationAlgorithm.hpp:9
uint
unsigned int uint
Definition: DataTypes.hpp:16