#include <ProcessLoadOctree.h>
Definition at line 45 of file ProcessLoadOctree.h.
◆ ProcessLoadOctree()
Nektar::NekMeshUtils::ProcessLoadOctree::ProcessLoadOctree |
( |
MeshSharedPtr |
m | ) |
|
Definition at line 49 of file ProcessLoadOctree.cpp.
52 ConfigOption(
false,
"0",
"mindelta.");
54 ConfigOption(
false,
"0",
"mindelta.");
56 ConfigOption(
false,
"0",
"mindelta.");
58 ConfigOption(
false,
"",
"mindelta.");
60 ConfigOption(
true,
"0",
"dump octree as xml mesh");
std::map< std::string, ConfigOption > m_config
List of configuration values.
NEKMESHUTILS_EXPORT ProcessModule(MeshSharedPtr p_m)
References Nektar::NekMeshUtils::Module::m_config.
◆ ~ProcessLoadOctree()
Nektar::NekMeshUtils::ProcessLoadOctree::~ProcessLoadOctree |
( |
| ) |
|
|
virtual |
◆ create()
static std::shared_ptr<Module> Nektar::NekMeshUtils::ProcessLoadOctree::create |
( |
MeshSharedPtr |
m | ) |
|
|
inlinestatic |
◆ Process()
void Nektar::NekMeshUtils::ProcessLoadOctree::Process |
( |
| ) |
|
|
virtual |
◆ className
ModuleKey Nektar::NekMeshUtils::ProcessLoadOctree::className |
|
static |
Initial value:
"Loads octree into m_mesh")
tKey RegisterCreatorFunction(tKey idKey, CreatorFunction classCreator, std::string pDesc="")
Register a class with the factory.
static std::shared_ptr< Module > create(MeshSharedPtr m)
Creates an instance of this class.
std::pair< ModuleType, std::string > ModuleKey
ModuleFactory & GetModuleFactory()
Definition at line 53 of file ProcessLoadOctree.h.