Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::sla::GroundConnection Struct Reference

#include <src/libslic3r/SLA/SupportTreeUtils.hpp>

Public Member Functions

 operator bool () const
 

Public Attributes

boost::container::small_vector< Junction, MaxExpectedJunctionspath
 
std::optional< Pedestalpillar_base
 

Static Public Attributes

static constexpr size_t MaxExpectedJunctions = 3
 

Detailed Description

Member Function Documentation

◆ operator bool()

Slic3r::sla::GroundConnection::operator bool ( ) const
inline
453{ return pillar_base.has_value() && !path.empty(); }
boost::container::small_vector< Junction, MaxExpectedJunctions > path
Definition SupportTreeUtils.hpp:450
std::optional< Pedestal > pillar_base
Definition SupportTreeUtils.hpp:451

Member Data Documentation

◆ MaxExpectedJunctions

constexpr size_t Slic3r::sla::GroundConnection::MaxExpectedJunctions = 3
staticconstexpr

◆ path

boost::container::small_vector<Junction, MaxExpectedJunctions> Slic3r::sla::GroundConnection::path

◆ pillar_base

std::optional<Pedestal> Slic3r::sla::GroundConnection::pillar_base

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