![]() |
aimsdata
5.0.5
Neuroimaging data handling
|
Factory class for various common shapes of meshes. More...
#include <aims/bucket/bucketgen.h>
Classes | |
struct | Generator |
Public Types | |
typedef BucketMap< void > *(* | GenFunction) (const carto::GenericObject &) |
Static Public Member Functions | |
static BucketMap< void > * | generate (const carto::GenericObject ¶ms) |
generic factory function (calls lower-level functions) More... | |
static BucketMap< void > * | generate (carto::Object params) |
generic factory function (calls lower-level functions) More... | |
static carto::Object | description () |
description of known shapes and parameters (vector of dicts) More... | |
static BucketMap< void > * | quadric (const carto::GenericObject ¶ms) |
static BucketMap< void > * | quadric (unsigned order, const std::vector< double > *coefficients, const Point3df &origin, const Point3df &sizes, const Point3df &resolution) |
Factory class for various common shapes of meshes.
Definition at line 45 of file bucketgen.h.
typedef BucketMap<void>*(* aims::BucketMapGenerator::GenFunction) (const carto::GenericObject &) |
Definition at line 49 of file bucketgen.h.
|
static |
description of known shapes and parameters (vector of dicts)
Referenced by aims::BucketMapGenerator::Generator::~Generator().
|
static |
generic factory function (calls lower-level functions)
Referenced by aims::BucketMapGenerator::Generator::~Generator().
|
static |
generic factory function (calls lower-level functions)
|
static |
Referenced by aims::BucketMapGenerator::Generator::~Generator().
|
static |