VolumeGridEmitter3.h
Go to the documentation of this file.
52 void AddStepFunctionTarget(const ScalarGrid3Ptr& scalarGridTarget, double minValue, double maxValue);
bool GetIsOneShot() const
Returns true if this emits only once.
VolumeGridEmitter3 Build() const
Builds VolumeGridEmitter3.
VolumeGridEmitter3(const ImplicitSurface3Ptr &sourceRegion, bool isOneShot=true)
Constructs an emitter with a source and is-one-shot flag.
Front-end to create VolumeGridEmitter3 objects step by step.
Definition: VolumeGridEmitter3.h:116
std::shared_ptr< ImplicitSurface3 > ImplicitSurface3Ptr
Shared pointer type for the ImplicitSurface3.
Definition: ImplicitSurface3.h:43
std::shared_ptr< ScalarGrid3 > ScalarGrid3Ptr
Shared pointer for the ScalarGrid3 type.
Definition: ScalarGrid3.h:179
static Builder GetBuilder()
Returns builder fox VolumeGridEmitter3.
std::function< Vector3D(double, const Vector3D &, const Vector3D &)> VectorMapper
Maps to a vector value for given signed-dist, location, and old value.
Definition: VolumeGridEmitter3.h:34
Definition: pybind11Utils.h:24
VolumeGridEmitter3Ptr MakeShared() const
Builds shared pointer of VolumeGridEmitter3 instance.
Builder & WithIsOneShot(bool isOneShot)
Returns builder with one-shot flag.
std::shared_ptr< Surface3 > Surface3Ptr
Shared pointer for the Surface3 type.
Definition: Surface3.h:100
std::function< double(double, const Vector3D &, double)> ScalarMapper
Maps to a scalar value for given signed-dist, location, and old value.
Definition: VolumeGridEmitter3.h:31
void AddStepFunctionTarget(const ScalarGrid3Ptr &scalarGridTarget, double minValue, double maxValue)
Adds step function target to the scalar grid.
const ImplicitSurface3Ptr & GetSourceRegion() const
Returns implicit surface which defines the source region.
Builder & WithSourceRegion(const Surface3Ptr &sourceRegion)
Returns builder with surface defining source region.
std::shared_ptr< VectorGrid3 > VectorGrid3Ptr
Shared pointer for the VectorGrid3 type.
Definition: VectorGrid3.h:90
Abstract base class for 3-D grid-based emitters.
Definition: GridEmitter3.h:20
void AddSignedDistanceTarget(const ScalarGrid3Ptr &scalarGridTarget)
Adds signed-distance target to the scalar grid.
void AddTarget(const ScalarGrid3Ptr &scalarGridTarget, const ScalarMapper &customMapper)
Adds a scalar grid target.
std::shared_ptr< VolumeGridEmitter3 > VolumeGridEmitter3Ptr
Shared pointer type for the VolumeGridEmitter3.
Definition: VolumeGridEmitter3.h:111