|
OOFEM 3.0
|
A struct to represent a 3D model. More...
#include <VoxelGrid.h>
Public Attributes | |
| int | id = -1 |
| double | coords [3] = { 0.0, 0.0, 0.0 } |
| double | timeActivated = 0.0 |
A struct to represent a 3D model.
Definition at line 14 of file VoxelGrid.h.
| double VoxelNode::coords[3] = { 0.0, 0.0, 0.0 } |
The coordinates of the node.
Definition at line 16 of file VoxelGrid.h.
Referenced by oofem::AdditiveManufacturingProblem::add_node_if_not_exists2(), and oofem::AdditiveManufacturingProblem::add_sm_node_if_not_exists2().
| int VoxelNode::id = -1 |
The OOFEM id of the node.
Definition at line 15 of file VoxelGrid.h.
Referenced by oofem::AdditiveManufacturingProblem::add_node_if_not_exists2(), and oofem::AdditiveManufacturingProblem::add_sm_node_if_not_exists2().
| double VoxelNode::timeActivated = 0.0 |
The time the node was activated.
Definition at line 17 of file VoxelGrid.h.
Referenced by oofem::AdditiveManufacturingProblem::add_node_if_not_exists2(), and oofem::AdditiveManufacturingProblem::add_sm_node_if_not_exists2().