ITK
5.0.0
Insight Segmentation and Registration Toolkit
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
WikiExamples/SpatialObjects/PlaneSpatialObject.cxx
#include "
itkSpatialObjectToImageFilter.h
"
#include "itkPlaneSpatialObject.h"
#include "
itkImageFileWriter.h
"
int
main(
int
argc,
char
*argv[] )
{
constexpr
unsigned
int
Dimension
= 2;
using
PlaneType = itk::PlaneSpatialObject< Dimension >;
// Create a plane
PlaneType::Pointer plane = PlaneType::New();
return
EXIT_SUCCESS;
}
Generated on Sun Mar 24 2019 02:35:22 for ITK by
1.8.5