Wildmeshing Toolkit
wmtk::components::WildMeshingOptions Struct Reference

#include <WildmeshingOptions.hpp>

Public Attributes

std::shared_ptr< Meshinput_mesh
 
std::string input_mesh_position
 
double target_edge_length
 
double target_max_amips
 
double max_passes
 
bool intermediate_output
 
bool replace_double_coordinate
 
size_t scheduler_update_frequency
 
std::string intermediate_output_path
 
std::string intermediate_output_name
 
bool skip_split
 
bool skip_collapse
 
bool skip_swap
 
bool skip_smooth
 
std::vector< EnvelopeOptionsenvelopes
 
std::vector< attribute::MeshAttributeHandlepass_through
 

Detailed Description

Definition at line 17 of file WildmeshingOptions.hpp.

Member Data Documentation

◆ envelopes

std::vector<EnvelopeOptions> wmtk::components::WildMeshingOptions::envelopes

◆ input_mesh

std::shared_ptr<Mesh> wmtk::components::WildMeshingOptions::input_mesh

◆ input_mesh_position

std::string wmtk::components::WildMeshingOptions::input_mesh_position

◆ intermediate_output

bool wmtk::components::WildMeshingOptions::intermediate_output

◆ intermediate_output_name

std::string wmtk::components::WildMeshingOptions::intermediate_output_name

◆ intermediate_output_path

std::string wmtk::components::WildMeshingOptions::intermediate_output_path

◆ max_passes

double wmtk::components::WildMeshingOptions::max_passes

◆ pass_through

std::vector<attribute::MeshAttributeHandle> wmtk::components::WildMeshingOptions::pass_through

◆ replace_double_coordinate

bool wmtk::components::WildMeshingOptions::replace_double_coordinate

◆ scheduler_update_frequency

size_t wmtk::components::WildMeshingOptions::scheduler_update_frequency

◆ skip_collapse

bool wmtk::components::WildMeshingOptions::skip_collapse

◆ skip_smooth

bool wmtk::components::WildMeshingOptions::skip_smooth

◆ skip_split

bool wmtk::components::WildMeshingOptions::skip_split

◆ skip_swap

bool wmtk::components::WildMeshingOptions::skip_swap

◆ target_edge_length

double wmtk::components::WildMeshingOptions::target_edge_length

◆ target_max_amips

double wmtk::components::WildMeshingOptions::target_max_amips

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