CamSim  0.0.0
A rasterization-based simulator for various types of cameras
Public Member Functions | Public Attributes | List of all members
CamSim::Object Class Reference

The Object class. More...

Public Member Functions

 Object ()
 Constructor for an empty object. More...
 
 Object (const Shape &shape)
 Constructor for an object with a single shape. More...
 

Public Attributes

QList< Shapeshapes
 The list of shapes that form this object. More...
 

Detailed Description

The Object class.

Describes an object, consisting of one or more shapes, suitable for OpenGL-based rendering

Constructor & Destructor Documentation

◆ Object() [1/2]

CamSim::Object::Object ( )

Constructor for an empty object.

◆ Object() [2/2]

CamSim::Object::Object ( const Shape shape)

Constructor for an object with a single shape.

Member Data Documentation

◆ shapes

QList<Shape> CamSim::Object::shapes

The list of shapes that form this object.


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