Microflow 3D
v1.0
|
Adds boundary nodes from thread_params.cfg file to VDBGrid. More...
#include <BoundaryFromThread.h>
Public Member Functions | |
BoundaryFromThread ()=default | |
~BoundaryFromThread ()=default | |
Static Public Member Functions | |
static void | VDBBoundaryAdd (const openvdb::Int64Grid::Ptr &VDBGrid, const std::shared_ptr< MF::Database::ConfigData > &ConfigData_Ptr) |
Adds boundary nodes from thread_params.cfg file to VDBGrid.
Reads point data from the .csv file and sets nodeID (nodeType + MFThread number) in VDBGrid.
Definition at line 28 of file BoundaryFromThread.h.
|
default |
|
default |
|
static |
Definition at line 13 of file BoundaryFromThread.cpp.
References MF::RW::CSVReader::DataReadFromCSVFile(), MF::GB::NodeID::Node, MF::GB::NodeID::node_id, and MF::GB::NodeID::NodeID.
Referenced by MF::GB::GeometryBuildFromSTL::BoundaryAddFromThreadFile().