![]() |
OpenWalnut
1.5.0dev
|
Creates a breyzel5 inside a given grid. More...
#include <WDataCreatorBreyzel5.h>
Public Member Functions | |
WDataCreatorBreyzel5 () | |
Default constructor. More... | |
virtual | ~WDataCreatorBreyzel5 () |
Destructor. More... | |
virtual WValueSetBase::SPtr | operator() (WProgress::SPtr progress, WGridRegular3D::ConstSPtr grid, unsigned char order=0, unsigned char dimension=1, dataType type=W_DT_FLOAT) |
Create the dataset. More... | |
![]() | |
virtual | ~WObjectNDIP () |
Destructor. More... | |
virtual std::string | getName () const |
The name of the object. More... | |
virtual std::string | getDescription () const |
The description of this object. More... | |
virtual const char ** | getIcon () const |
The icon of this object. More... | |
virtual WProperties::SPtr | getProperties () |
Return the property group of this object. More... | |
![]() | |
virtual | ~WDataSetSingleCreatorInterface () |
Destructor. More... | |
Private Attributes | |
WPropDouble | m_scale |
Scale the value domain. More... | |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< WObjectNDIP > | SPtr |
Shared ptr to an instance. More... | |
typedef std::shared_ptr< const WObjectNDIP > | ConstSPtr |
Shared ptr to a const instance. More... | |
![]() | |
WObjectNDIP (std::string name, std::string description, const char **icon=NULL) | |
Construct a NDIP'ed object. More... | |
![]() | |
WProperties::SPtr | m_properties |
the properties of the object. More... | |
Creates a breyzel5 inside a given grid.
Only works on scalar fields.
Definition at line 35 of file WDataCreatorBreyzel5.h.
WDataCreatorBreyzel5::WDataCreatorBreyzel5 | ( | ) |
Default constructor.
Definition at line 31 of file WDataCreatorBreyzel5.cpp.
References WObjectNDIP< WDataSetSingleCreatorInterface >::m_properties, and m_scale.
|
virtual |
Destructor.
Definition at line 40 of file WDataCreatorBreyzel5.cpp.
|
virtual |
Create the dataset.
This needs to be implemented by all the creators you write. This method is designed to be applicable to all kinds of WDataSetSingle that use WValueSetBase. Your implementation does not need to support all types. If you do not support any order/dimension combination, throw an exception (like by using WAssert).
order | the tensor order of the values stored in this WValueSet |
dimension | the tensor dimension of the values stored in this WValueSet |
progress | the progress instance you should increment each time you fill the value for one voxel. |
grid | the grid on which the value set has to be build |
type | the value type in the value set |
Implements WDataSetSingleCreatorInterface.
Definition at line 44 of file WDataCreatorBreyzel5.cpp.
References m_scale.
|
private |
Scale the value domain.
Definition at line 70 of file WDataCreatorBreyzel5.h.
Referenced by operator()(), and WDataCreatorBreyzel5().