LibreCAD
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
lc::geo::Base Class Reference

#include <geobase.h>

Inheritance diagram for lc::geo::Base:

Public Member Functions

virtual ~Base ()=default
 

Detailed Description

For now it will function as a base class but if required we can add pure virtuals in here if we see they are required. For example store a vector of lines/Arc's and we need to get the bounding box of each. This will prevent doing a dynamic_cast... we will see...

Definition at line 12 of file geobase.h.

Constructor & Destructor Documentation

virtual lc::geo::Base::~Base ( )
virtualdefault

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