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::Contour Class Reference

#include <filter.h>

Inheritance diagram for cil::Contour:
cil::Filter

Public Member Functions

 Contour ()
 
std::shared_ptr< PolygonAttributesattributes () const
 
std::shared_ptr< ContourParametersparameters () const
 
- Public Member Functions inherited from cil::Filter
 Filter ()
 
const std::string & type () const
 
std::shared_ptr< Attributesattributes () const
 
std::shared_ptr< Parametersparameters () const
 

Additional Inherited Members

- Protected Attributes inherited from cil::Filter
std::string m_type
 
std::shared_ptr< Attributesm_attributes
 
std::shared_ptr< Parametersm_parameters
 

Constructor & Destructor Documentation

◆ Contour()

cil::Contour::Contour ( )

Member Function Documentation

◆ attributes()

std::shared_ptr< PolygonAttributes > cil::Contour::attributes ( ) const

◆ parameters()

std::shared_ptr< ContourParameters > cil::Contour::parameters ( ) const