ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvDrawableObject.h File Reference
#include "ecvDrawContext.h"
#include "ecvGLMatrix.h"
#include <CVGeom.h>
Include dependency graph for ecvDrawableObject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ccClipPlane
 Simple (clipping) plane equation. More...
 
class  ccDrawableObject
 Generic interface for (3D) drawable entities. More...
 
struct  ccDrawableObject::DisplayState
 Display state. More...
 

Typedefs

using ccClipPlaneSet = std::vector< ccClipPlane >
 

Typedef Documentation

◆ ccClipPlaneSet

using ccClipPlaneSet = std::vector<ccClipPlane>

Definition at line 21 of file ecvDrawableObject.h.