anatomist  5.1.2
3D neuroimaging data viewer
anatomist::ALandmarkFactory Class Reference

Simple class to create basic surfaces used as landmarks. More...

#include <anatomist/landmark/landmFactory.h>

Static Public Member Functions

static ATriangulatedcreateCube (const Point3df &pos, const std::string &name, float size, const Point3df &color)
 
static ATriangulatedcreateCylinder (const Point3df &pos1, const Point3df &pos2, const std::string &name, float ray, const Point3df &color, unsigned npoints=0)
 
static anatomist::BucketcreatePointBucket (const Point3df &pos, const Point4df &voxelSize, const std::string &name, const Point3df &color)
 

Detailed Description

Simple class to create basic surfaces used as landmarks.

Definition at line 51 of file landmFactory.h.

Member Function Documentation

◆ createCube()

static ATriangulated* anatomist::ALandmarkFactory::createCube ( const Point3df pos,
const std::string &  name,
float  size,
const Point3df color 
)
static

◆ createCylinder()

static ATriangulated* anatomist::ALandmarkFactory::createCylinder ( const Point3df pos1,
const Point3df pos2,
const std::string &  name,
float  ray,
const Point3df color,
unsigned  npoints = 0 
)
static

◆ createPointBucket()

static anatomist::Bucket* anatomist::ALandmarkFactory::createPointBucket ( const Point3df pos,
const Point4df voxelSize,
const std::string &  name,
const Point3df color 
)
static

The documentation for this class was generated from the following file: