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

The Line class inherits from the base class State, defining width of Line. More...

#include <state.h>

Inheritance diagram for cil::Line:
cil::State cil::Object

Public Member Functions

 Line (float width=1.0f)
 
- Public Member Functions inherited from cil::State
 State ()
 
const std::string & className () const
 
- Public Member Functions inherited from cil::Object
 Object ()
 
virtual ~Object ()
 

Public Attributes

float width
 

Additional Inherited Members

- Protected Attributes inherited from cil::State
std::string m_className
 

Detailed Description

The Line class inherits from the base class State, defining width of Line.

Constructor & Destructor Documentation

◆ Line()

cil::Line::Line ( float width = 1.0f)

Member Data Documentation

◆ width

float cil::Line::width