Zoltan2
Loading...
Searching...
No Matches
GeometricGen::RectangleHole< T > Class Template Reference

#include <GeometricGenerator.hpp>

Inheritance diagram for GeometricGen::RectangleHole< T >:
Collaboration diagram for GeometricGen::RectangleHole< T >:

Public Member Functions

 RectangleHole (CoordinatePoint< T > center_, T edge_x_, T edge_y_)
virtual bool isInArea (CoordinatePoint< T > dot)
virtual ~RectangleHole ()
Public Member Functions inherited from GeometricGen::Hole< T >
 Hole (CoordinatePoint< T > center_, T edge1_, T edge2_, T edge3_)
virtual ~Hole ()

Additional Inherited Members

Public Attributes inherited from GeometricGen::Hole< T >
CoordinatePoint< T > center
edge1
edge2
edge3

Detailed Description

template<typename T>
class GeometricGen::RectangleHole< T >

Definition at line 240 of file GeometricGenerator.hpp.

Constructor & Destructor Documentation

◆ RectangleHole()

template<typename T>
GeometricGen::RectangleHole< T >::RectangleHole ( CoordinatePoint< T > center_,
T edge_x_,
T edge_y_ )
inline

Definition at line 242 of file GeometricGenerator.hpp.

◆ ~RectangleHole()

template<typename T>
virtual GeometricGen::RectangleHole< T >::~RectangleHole ( )
inlinevirtual

Definition at line 246 of file GeometricGenerator.hpp.

Member Function Documentation

◆ isInArea()

template<typename T>
virtual bool GeometricGen::RectangleHole< T >::isInArea ( CoordinatePoint< T > dot)
inlinevirtual

Implements GeometricGen::Hole< T >.

Definition at line 243 of file GeometricGenerator.hpp.


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