API Documentation
Loading...
Searching...
No Matches
GeometryBooleanParameters Struct Reference

#include <GeometryBoolean.h>

Inheritance diagram for GeometryBooleanParameters:
[legend]
Collaboration diagram for GeometryBooleanParameters:
[legend]

Public Member Functions

 GeometryBooleanParameters ()
 
- Public Member Functions inherited from GenericOptionGroup
 GenericOptionGroup ()=default
 
 GenericOptionGroup (const TranslatedString &group_name, const String &group_id=String())
 
virtual ~GenericOptionGroup ()
 
template<class t_type >
void addOption (const TranslatedString &name, const t_type &value, bool is_editable=true)
 
void addOption (const GenericOption &option)
 
bool hasOption (const TranslatedString &option_name) const
 
bool hasOption (const String &option_name) const
 
template<class t_type >
void setValue (const TranslatedString &name, const t_type &value)
 
template<class t_type >
void setValue (const String &name, const t_type &value)
 
void setOption (const GenericOption &option)
 
const GenericOptiongetOption (const TranslatedString &n) const
 
GenericOptiongetOption (const TranslatedString &n)
 
template<class t_type >
t_type getValue (const TranslatedString &name) const
 
template<class t_type >
t_type getValue (const String &name) const
 
template<class t_type >
t_type getValue (const TranslatedString &name, const t_type &value_if_not_exist) const
 
template<class t_type >
t_type getValue (const String &name, const t_type &value_if_not_exist) const
 
bool operator== (const GenericOptionGroup &option_group) const
 
bool operator!= (const GenericOptionGroup &option_group) const
 
INIFactory ini ()
 
void addOptionsToINI (INIFactory &factory)
 
virtual JSONNode toJSONNode (bool only_value=true) const
 
virtual void fromJSONNode (const JSONNode &node)
 
void clear ()
 
- Public Member Functions inherited from GeometryVertices
NDEVR_DESIGN_API void clearTree ()
 
NDEVR_DESIGN_API void ensureTreeValid (ProgressInfo *log)
 

Public Attributes

const void * lock = nullptr
 
ProgressInfolog = nullptr
 
Buffer< Vertex< 3, fltp04 > > surface_positions
 
Buffer< Ray< 3, fltp04 > > surface_normals
 
Buffer< RGBColorsurface_colors
 
Buffer< Vector< 3, uint04 > > surface_triangles
 
Buffer< Buffer< uint04 > > surface_polygons
 
- Public Attributes inherited from GenericOptionGroup
Dictionary< String, GenericOptionoptions
 
Buffer< Stringordered_options
 
TranslatedString name
 
String id
 
- Public Attributes inherited from GeometryVertices
Buffer< Vertex< 3, fltp04 > > positions
 
Buffer< Ray< 3, fltp04 > > normals
 
Buffer< fltp08times
 
Buffer< RGBColorcolors
 
Bounds< 3, fltp04bounds = Constant<Bounds<3, fltp04>>::Min
 
Vertex< 3, fltp08offset = Constant<Vertex<3, fltp08>>::NaN
 
DynamicPointer< RTree< 3, fltp04 > > tree = nullptr
 
bool is_tree_valid = false
 
Buffer< Vertex< 3, fltp04 > > tree_sorted_positions
 

Constructor & Destructor Documentation

◆ GeometryBooleanParameters()

Member Data Documentation

◆ lock

const void* lock = nullptr

◆ log

ProgressInfo* log = nullptr

◆ surface_colors

Buffer<RGBColor> surface_colors

◆ surface_normals

Buffer<Ray<3, fltp04> > surface_normals

◆ surface_polygons

Buffer<Buffer<uint04> > surface_polygons

◆ surface_positions

Buffer<Vertex<3, fltp04> > surface_positions

◆ surface_triangles

Buffer<Vector<3, uint04> > surface_triangles

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