Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Macros | Functions | Variables
a_canvas.cxx File Reference
#include "vtkAppendPolyData.h"
#include "vtkBoxWidget.h"
#include "vtkCamera.h"
#include "vtkCellArray.h"
#include "vtkClipPolyData.h"
#include "vtkCommand.h"
#include "vtkDataSetMapper.h"
#include "vtkInteractorStyleTrackballCamera.h"
#include "vtkInteractorStyleTrackballActor.h"
#include "vtkInteractorStyleSwitch.h"
#include "vtkIterativeClosestPointTransform.h"
#include "vtkJPEGWriter.h"
#include "vtkPNGWriter.h"
#include "vtkLight.h"
#include "vtkLightCollection.h"
#include "vtkObject.h"
#include "vtkPlane.h"
#include "vtkPlanes.h"
#include "vtkPlaneWidget.h"
#include "vtkPoints.h"
#include "vtkPolyDataMapper.h"
#include "vtkPolyDataWriter.h"
#include "vtkProperty.h"
#include "vtkRenderLargeImage.h"
#include "vtkRenderer.h"
#include "vtkRenderWindow.h"
#include "vtkRenderWindowInteractor.h"
#include "vtkRIBExporter.h"
#include "vtkTIFFWriter.h"
#include "vtkTransform.h"
#include "vtkVRMLExporter.h"
#include "vtkWindowToImageFilter.h"
#include "vtkCellPicker.h"
#include "vtkPropPicker.h"
#include "a_dxf_group.h"
#include "a_dxf_entity.h"
#include "a_dxf_point.h"
#include "a_dxf_line.h"
#include "a_dxf_polyline.h"
#include "a_interactor.h"
#include <sstream>
#include <algorithm>
#include "a_canvas.h"
+ Include dependency graph for a_canvas.cxx:

Go to the source code of this file.

Classes

class  testcallback
 
class  deformcallback
 
class  cutcallback
 
class  a_bounding_box
 

Macros

#define DE(x)   std::cerr << #x << ": " << x << std::endl;
 

Functions

std::istream & operator>> (std::istream &i, a_canvas &w)
 
std::ostream & operator<< (std::ostream &o, a_canvas &w)
 

Variables

const double d2r =3.14159265358979/180.
 
const double r2d =180./3.14159265358979
 
const double very_small = 0.00001
 

Macro Definition Documentation

◆ DE

#define DE (   x)    std::cerr << #x << ": " << x << std::endl;

Definition at line 62 of file a_canvas.cxx.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
a_canvas w 
)

Definition at line 1174 of file a_canvas.cxx.

◆ operator>>()

std::istream& operator>> ( std::istream &  i,
a_canvas w 
)

Definition at line 1169 of file a_canvas.cxx.

Variable Documentation

◆ d2r

const double d2r =3.14159265358979/180.

Definition at line 64 of file a_canvas.cxx.

◆ r2d

const double r2d =180./3.14159265358979

Definition at line 65 of file a_canvas.cxx.

◆ very_small

const double very_small = 0.00001

Definition at line 66 of file a_canvas.cxx.