ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
test_creationclass.h
Go to the documentation of this file.
1 
5 /*****************************************************************************
6 ** $Id: test_creationclass.h 8865 2008-02-04 18:54:02Z andrew $
7 **
8 ** This is part of the dxflib library
9 ** Copyright (C) 2001 Andrew Mustun
10 **
11 ** This program is free software; you can redistribute it and/or modify
12 ** it under the terms of the GNU Library General Public License as
13 ** published by the Free Software Foundation.
14 **
15 ** This program is distributed in the hope that it will be useful,
16 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ** GNU Library General Public License for more details.
19 **
20 ** You should have received a copy of the GNU Library General Public License
21 ** along with this program; if not, write to the Free Software
22 ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 ******************************************************************************/
24 
25 #ifndef TEST_CREATIONCLASS_H
26 #define TEST_CREATIONCLASS_H
27 
28 #include "dl_creationadapter.h"
29 
38 public:
40 
41  virtual void addLayer(const DL_LayerData& data);
42  virtual void addPoint(const DL_PointData& data);
43  virtual void addLine(const DL_LineData& data);
44  virtual void addArc(const DL_ArcData& data);
45  virtual void addCircle(const DL_CircleData& data);
46  virtual void addPolyline(const DL_PolylineData& data);
47  virtual void addVertex(const DL_VertexData& data);
48  virtual void add3dFace(const DL_3dFaceData& data);
49 
50  void printAttributes();
51 };
52 
53 #endif
virtual void addPoint(const DL_PointData &data)
virtual void add3dFace(const DL_3dFaceData &data)
virtual void addVertex(const DL_VertexData &data)
virtual void addPolyline(const DL_PolylineData &data)
virtual void addCircle(const DL_CircleData &data)
virtual void addArc(const DL_ArcData &data)
virtual void addLine(const DL_LineData &data)
virtual void addLayer(const DL_LayerData &data)
GraphType data
Definition: graph_cut.cc:138