Added getNeighbours functions to class Operation + moved UpdateMeshDensity to class...
[engrid.git] / text3d.h
blobfe0e48123c400653084b6e57fcf7275800d04933
1 #ifndef TEXT3D_H
2 #define TEXT3D_H
4 class Text3D{
5 public:
6 Text3D();
8 ~Text3D();
12 #endif