libslic3r
Library for generating gcode from 3d models
Public Member Functions | Public Attributes | List of all members
Slic3r::PrintState< StepType > Class Template Reference

#include <Print.hpp>

Public Member Functions

bool is_started (StepType step) const
 
bool is_done (StepType step) const
 
void set_started (StepType step)
 
void set_done (StepType step)
 
bool invalidate (StepType step)
 

Public Attributes

std::set< StepType > started
 
std::set< StepType > done
 

Member Function Documentation

◆ invalidate()

template<class StepClass>
bool Slic3r::PrintState< StepClass >::invalidate ( StepClass  step)

◆ is_done()

template<class StepClass>
bool Slic3r::PrintState< StepClass >::is_done ( StepClass  step) const

◆ is_started()

template<class StepClass>
bool Slic3r::PrintState< StepClass >::is_started ( StepClass  step) const

◆ set_done()

template<class StepClass>
void Slic3r::PrintState< StepClass >::set_done ( StepClass  step)

◆ set_started()

template<class StepClass>
void Slic3r::PrintState< StepClass >::set_started ( StepClass  step)

Member Data Documentation

◆ done

template<class StepType>
std::set<StepType> Slic3r::PrintState< StepType >::done

◆ started

template<class StepType>
std::set<StepType> Slic3r::PrintState< StepType >::started

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