Cumulia Illustrator Rendering Engine v1.0.0
A Rendering engine for industrial CAD/CAE model and optimized for greatest performance
 
Loading...
Searching...
No Matches
cil::ThresholdParameters Class Reference

#include <parameters.h>

Inheritance diagram for cil::ThresholdParameters:
cil::Parameters

Public Member Functions

virtual std::shared_ptr< PartDataoperator<< (const std::shared_ptr< Part > &part)
 
- Public Member Functions inherited from cil::Parameters
virtual std::shared_ptr< FilterDataoperator<< (const std::shared_ptr< Model > &model)
 

Public Attributes

std::string name
 
std::shared_ptr< MinMaxrange
 

Additional Inherited Members

- Static Public Attributes inherited from cil::Parameters
static int unitLength
 
static float shaftRadius
 
static float arrowRadius
 

Member Function Documentation

◆ operator<<()

virtual std::shared_ptr< PartData > cil::ThresholdParameters::operator<< ( const std::shared_ptr< Part > & part)
virtual

Reimplemented from cil::Parameters.

Member Data Documentation

◆ name

std::string cil::ThresholdParameters::name

◆ range

std::shared_ptr<MinMax> cil::ThresholdParameters::range