PeriDyno 0.9.2
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
dyno::VolumeUniformGenerator< TDataType > Class Template Reference

#include <VolumeUniformGenerator.h>

Inheritance diagram for dyno::VolumeUniformGenerator< TDataType >:
Inheritance graph
[legend]
Collaboration diagram for dyno::VolumeUniformGenerator< TDataType >:
Collaboration graph
[legend]

Public Types

typedef TDataType::Real Real
 
typedef TDataType::Coord Coord
 
typedef TopologyModule::Triangle Triangle
 
- Public Types inherited from dyno::VolumeOctree< TDataType >
typedef TDataType::Real Real
 
typedef TDataType::Coord Coord
 
- Public Types inherited from dyno::Node
template<class T >
using SPtr = std::shared_ptr< T >
 
- Public Types inherited from dyno::OBase
typedef std::vector< FBase * > FieldVector
 
typedef std::map< FieldID, FBase * > FieldMap
 

Public Member Functions

 VolumeUniformGenerator ()
 
 ~VolumeUniformGenerator () override
 
void load (std::string filename)
 
void resetStates () override
 
void updateStates () override
 
void initParameter ()
 
DYN_FUNC Real Dx () const
 
DYN_FUNC Coord Origin () const
 
DYN_FUNC int nx () const
 
DYN_FUNC int ny () const
 
DYN_FUNC int nz () const
 
void getSignDistance (DArray< Coord > point_pos, DArray< Real > &point_sdf)
 
- Public Member Functions inherited from dyno::VolumeOctree< TDataType >
 VolumeOctree ()
 
 ~VolumeOctree () override
 
virtual void updateVolume ()
 
virtual Coord lowerBound ()
 
virtual Coord upperBound ()
 
virtual Real dx ()
 
 DEF_VAR (bool, Inverted, false, "")
 
 DEF_VAR (int, LevelNumber, 3, "Number of Adaptive Levels")
 
 DEF_INSTANCE_STATE (VoxelOctree< TDataType >, SDFTopology, "SDF Voxel Octree")
 
- Public Member Functions inherited from dyno::Node
 Node ()
 
 ~Node () override
 
void setName (std::string name)
 
std::string getName () override
 
virtual std::string getNodeType ()
 
bool isAutoSync ()
 
void setAutoSync (bool con)
 Whether the node can be automatically synchronized when its ancestor is updated.
 
virtual bool isActive ()
 Check the state of dynamics.
 
virtual void setActive (bool active)
 Set the state of dynamics.
 
virtual bool isVisible ()
 Check the visibility of context.
 
virtual void setVisible (bool visible)
 Set the visibility of context.
 
virtual Real getDt ()
 Simulation timestep.
 
void setDt (Real dt)
 
void setSceneGraph (SceneGraph *scn)
 
SceneGraphgetSceneGraph ()
 
std::vector< NodePort * > & getImportNodes ()
 
std::vector< NodePort * > & getExportNodes ()
 
bool addModule (std::shared_ptr< Module > module)
 Add a module to m_module_list and other special module lists.
 
bool deleteModule (std::shared_ptr< Module > module)
 
template<class TModule >
bool addModule (std::shared_ptr< TModule > tModule)
 Add a speical kind of module.
 
template<class TModule >
bool deleteModule (std::shared_ptr< TModule > tModule)
 
std::list< std::shared_ptr< Module > > & getModuleList ()
 
bool hasModule (std::string name)
 
std::shared_ptr< ModulegetModule (std::string name)
 Get a module by its name.
 
template<class TModule >
std::shared_ptr< TModulegetModule ()
 Get the Module by the module class name.
 
template<class TModule >
std::shared_ptr< TModulegetModule (std::string name)
 
std::shared_ptr< PipelineresetPipeline ()
 
std::shared_ptr< AnimationPipelineanimationPipeline ()
 
std::shared_ptr< GraphicsPipelinegraphicsPipeline ()
 
template<class TModule >
std::shared_ptr< TModuleaddModule (std::string name)
 
void update ()
 Called every time interval.
 
void updateGraphicsContext ()
 
void reset ()
 
virtual NBoundingBox boundingBox ()
 
bool connect (NodePort *nPort)
 
bool disconnect (NodePort *nPort)
 
bool attachField (FBase *field, std::string name, std::string desc, bool autoDestroy=true) override
 Attach a field to Node.
 
std::vector< NodePort * > & getAllNodePorts ()
 
uint sizeOfNodePorts ()
 
uint sizeOfImportNodes () const
 
uint sizeOfExportNodes () const
 
void setForceUpdate (bool b)
 
 DEF_VAR_STATE (Real, ElapsedTime, 0, "Elapsed Time")
 
 DEF_VAR_STATE (Real, TimeStep, Real(0.033), "Time step size")
 
 DEF_VAR_STATE (uint, FrameNumber, 0, "Frame number")
 
- Public Member Functions inherited from dyno::OBase
 OBase ()
 
 ~OBase () override
 
virtual std::string caption ()
 Return the caption.
 
virtual bool captionVisible ()
 Whether to hide the caption in the GUI.
 
virtual std::string description ()
 Return a description for the node or module, override this function to support user-defined description.
 
bool addField (FBase *data)
 Add a field to Base FieldID will be set to the name of Field by default.
 
bool addField (FieldID name, FBase *data)
 Add a field to Base.
 
bool addFieldAlias (FieldID name, FBase *data)
 
bool addFieldAlias (FieldID name, FBase *data, FieldMap &fieldAlias)
 
bool findField (FBase *data)
 Find a field by its pointer.
 
bool findFieldAlias (const FieldID name)
 Find a field by its name.
 
bool findFieldAlias (const FieldID name, FieldMap &fieldAlias)
 Find a field in fieldAlias by its name This function is typically called by other functions.
 
bool removeField (FBase *data)
 Remove a field by its pointer.
 
bool removeFieldAlias (const FieldID name)
 Remove a field by its name.
 
bool removeFieldAlias (const FieldID name, FieldMap &fieldAlias)
 
FBasegetField (const FieldID name)
 Return a field by its name.
 
std::vector< FBase * > & getAllFields ()
 
template<typename T >
TgetField (FieldID name)
 
bool isAllFieldsReady ()
 Check the completeness of all required fields.
 
std::vector< FieldIDgetFieldAlias (FBase *data)
 
int getFieldAliasCount (FBase *data)
 
void setBlockCoord (float x, float y)
 
float bx ()
 
float by ()
 
bool findInputField (FBase *field)
 
bool addInputField (FBase *field)
 
bool removeInputField (FBase *field)
 
std::vector< FBase * > & getInputFields ()
 
bool findOutputField (FBase *field)
 
bool addOutputField (FBase *field)
 
bool addToOutput (FBase *field)
 
bool removeOutputField (FBase *field)
 
bool removeFromOutput (FBase *field)
 
std::vector< FBase * > & getOutputFields ()
 
bool findParameter (FBase *field)
 
bool addParameter (FBase *field)
 
bool removeParameter (FBase *field)
 
std::vector< FBase * > & getParameters ()
 
- Public Member Functions inherited from dyno::Object
 Object ()
 
virtual ~Object ()
 
ObjectId objectId ()
 

Private Member Functions

 DEF_INSTANCE_IN (TriangleSet< TDataType >, TriangleSet, "The triangles of closed surface")
 
 DEF_VAR (Real, Spacing, 1.0, "the dx")
 
 DEF_VAR (uint, Padding, 1, "")
 
 DEF_VAR (Coord, AnchorOrigin, 0, "Anchor origin")
 
 DEF_VAR (Coord, ForwardVector, 0, "The distance and direction of topology move")
 
 DEF_VAR_OUT (Coord, UniformOrigin, "Uniform grids origin")
 
 DEF_VAR_OUT (uint, Unx, "")
 
 DEF_VAR_OUT (uint, Uny, "")
 
 DEF_VAR_OUT (uint, Unz, "")
 

Private Attributes

Coord m_origin
 
Real m_dx
 
int m_nx
 
int m_ny
 
int m_nz
 

Additional Inherited Members

- Static Public Member Functions inherited from dyno::Object
static bool registerClass (ClassInfo *ci)
 
static ObjectcreateObject (std::string name)
 
static std::map< std::string, ClassInfo * > * getClassMap ()
 
static ObjectId baseId ()
 Base Id.
 
- Public Attributes inherited from dyno::VolumeOctree< TDataType >
DArray< Coordm_object
 
DArray< Coordm_normal
 
- Public Attributes inherited from dyno::Node
std::string m_node_name
 
- Protected Member Functions inherited from dyno::Node
bool appendExportNode (NodePort *nodePort)
 
bool removeExportNode (NodePort *nodePort)
 
virtual void preUpdateStates ()
 
virtual void postUpdateStates ()
 
virtual void updateTopology ()
 
virtual bool validateInputs ()
 
virtual bool requireUpdate ()
 
void tick ()
 notify all state and output fields are updated
 
- Protected Attributes inherited from dyno::OBase
std::vector< FBase * > fields_input
 
std::vector< FBase * > fields_output
 
std::vector< FBase * > fields_param
 

Detailed Description

template<typename TDataType>
class dyno::VolumeUniformGenerator< TDataType >

Definition at line 56 of file VolumeUniformGenerator.h.

Member Typedef Documentation

◆ Coord

template<typename TDataType >
typedef TDataType::Coord dyno::VolumeUniformGenerator< TDataType >::Coord

Definition at line 61 of file VolumeUniformGenerator.h.

◆ Real

Definition at line 60 of file VolumeUniformGenerator.h.

◆ Triangle

Definition at line 62 of file VolumeUniformGenerator.h.

Constructor & Destructor Documentation

◆ VolumeUniformGenerator()

template<typename TDataType >
dyno::VolumeUniformGenerator< TDataType >::VolumeUniformGenerator ( )

◆ ~VolumeUniformGenerator()

Member Function Documentation

◆ DEF_INSTANCE_IN()

template<typename TDataType >
dyno::VolumeUniformGenerator< TDataType >::DEF_INSTANCE_IN ( TriangleSet< TDataType ,
TriangleSet  ,
"The triangles of closed surface"   
)
private

◆ DEF_VAR() [1/4]

template<typename TDataType >
dyno::VolumeUniformGenerator< TDataType >::DEF_VAR ( Coord  ,
AnchorOrigin  ,
,
"Anchor origin"   
)
private

◆ DEF_VAR() [2/4]

template<typename TDataType >
dyno::VolumeUniformGenerator< TDataType >::DEF_VAR ( Coord  ,
ForwardVector  ,
,
"The distance and direction of topology move"   
)
private

◆ DEF_VAR() [3/4]

template<typename TDataType >
dyno::VolumeUniformGenerator< TDataType >::DEF_VAR ( Real  ,
Spacing  ,
1.  0,
"the dx"   
)
private

◆ DEF_VAR() [4/4]

template<typename TDataType >
dyno::VolumeUniformGenerator< TDataType >::DEF_VAR ( uint  ,
Padding  ,
,
""   
)
private

◆ DEF_VAR_OUT() [1/4]

template<typename TDataType >
dyno::VolumeUniformGenerator< TDataType >::DEF_VAR_OUT ( Coord  ,
UniformOrigin  ,
"Uniform grids origin"   
)
private

◆ DEF_VAR_OUT() [2/4]

template<typename TDataType >
dyno::VolumeUniformGenerator< TDataType >::DEF_VAR_OUT ( uint  ,
Unx  ,
""   
)
private

◆ DEF_VAR_OUT() [3/4]

template<typename TDataType >
dyno::VolumeUniformGenerator< TDataType >::DEF_VAR_OUT ( uint  ,
Uny  ,
""   
)
private

◆ DEF_VAR_OUT() [4/4]

template<typename TDataType >
dyno::VolumeUniformGenerator< TDataType >::DEF_VAR_OUT ( uint  ,
Unz  ,
""   
)
private

◆ Dx()

Definition at line 75 of file VolumeUniformGenerator.h.

◆ getSignDistance()

template<typename TDataType >
void dyno::VolumeUniformGenerator< TDataType >::getSignDistance ( DArray< Coord point_pos,
DArray< Real > &  point_sdf 
)

◆ initParameter()

template<typename TDataType >
void dyno::VolumeUniformGenerator< TDataType >::initParameter ( )

◆ load()

template<typename TDataType >
void dyno::VolumeUniformGenerator< TDataType >::load ( std::string  filename)

◆ nx()

Definition at line 77 of file VolumeUniformGenerator.h.

◆ ny()

Definition at line 78 of file VolumeUniformGenerator.h.

◆ nz()

Definition at line 79 of file VolumeUniformGenerator.h.

◆ Origin()

template<typename TDataType >
DYN_FUNC Coord dyno::VolumeUniformGenerator< TDataType >::Origin ( ) const
inline

Definition at line 76 of file VolumeUniformGenerator.h.

◆ resetStates()

template<typename TDataType >
void dyno::VolumeUniformGenerator< TDataType >::resetStates ( )
overridevirtual

Reimplemented from dyno::Node.

◆ updateStates()

template<typename TDataType >
void dyno::VolumeUniformGenerator< TDataType >::updateStates ( )
overridevirtual

Reimplemented from dyno::Node.

Member Data Documentation

◆ m_dx

Definition at line 103 of file VolumeUniformGenerator.h.

◆ m_nx

Definition at line 104 of file VolumeUniformGenerator.h.

◆ m_ny

Definition at line 105 of file VolumeUniformGenerator.h.

◆ m_nz

Definition at line 106 of file VolumeUniformGenerator.h.

◆ m_origin

Definition at line 102 of file VolumeUniformGenerator.h.


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