Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Functions
a_screen.cxx File Reference
#include "vtkActor.h"
#include "vtkAppendPolyData.h"
#include "vtkCamera.h"
#include "vtkCellArray.h"
#include "vtkDataSetMapper.h"
#include "vtkInteractorStyleTrackballCamera.h"
#include "vtkJPEGWriter.h"
#include "vtkLight.h"
#include "vtkLightCollection.h"
#include "vtkPoints.h"
#include "vtkPolyDataWriter.h"
#include "vtkRenderLargeImage.h"
#include "vtkRenderer.h"
#include "vtkRenderWindow.h"
#include "vtkRenderWindowInteractor.h"
#include "vtkRIBExporter.h"
#include "vtkTIFFWriter.h"
#include "vtkPNGWriter.h"
#include "vtkVRMLExporter.h"
#include "vtkWindowToImageFilter.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_screen.h"
+ Include dependency graph for a_screen.cxx:

Go to the source code of this file.

Classes

class  a_bounding_box
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 1080 of file a_screen.cxx.

◆ operator>>()

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

Definition at line 1059 of file a_screen.cxx.