MeshLink
Computational geometry access
ProjectionData Class Reference

Opaque container for geometry kernel point projection specific data. More...

#include <GeometryKernel.h>

Inheritance diagram for ProjectionData:

Public Member Functions

 ProjectionData (GeometryKernel *kernel)
 Constructor with GeometryKernel. More...
 
 ~ProjectionData ()
 Destructor. More...
 
- Public Member Functions inherited from KernelData
 KernelData (GeometryKernel *kernel)
 Constructor with GeometryKernel. More...
 
 ~KernelData ()
 Destructor. More...
 
KernelDataObj getData ()
 Return the encapsulated opaque pointer. More...
 

Additional Inherited Members

- Protected Attributes inherited from KernelData
GeometryKernelkernel_
 The associated GeometryKernel. More...
 
KernelDataObj data_
 The opaque data pointer. More...
 

Detailed Description

Opaque container for geometry kernel point projection specific data.

Provides a neutral interface for transfering information to/from wrapped geometry kernels.

Definition at line 69 of file GeometryKernel.h.

Constructor & Destructor Documentation

◆ ProjectionData()

ProjectionData::ProjectionData ( GeometryKernel kernel)

Constructor with GeometryKernel.

◆ ~ProjectionData()

ProjectionData::~ProjectionData ( )

Destructor.


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