Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Enumerations | Functions | Variables
view_pt.cxx File Reference
#include "vtkRenderer.h"
#include "vtkRenderWindow.h"
#include "vtkInteractorStyleTrackballCamera.h"
#include "vtkRenderWindowInteractor.h"
#include "vtkPolyData.h"
#include "vtkPoints.h"
#include "vtkPointData.h"
#include "vtkProperty.h"
#include "vtkCellArray.h"
#include "vtkDoubleArray.h"
#include "vtkUnsignedCharArray.h"
#include "vtkElevationFilter.h"
#include "vtkPolyDataMapper.h"
#include "vtkPolyDataNormals.h"
#include "vtkLookupTable.h"
#include "vtkDataSetMapper.h"
#include "vtkActor.h"
#include "vtkLODActor.h"
#include "vtkAxes.h"
#include "a_interactor.h"
#include "a_pmat.h"
#include "a_debug.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <limits>
#include "SimpleOpt.h"
#include "view_pt.help"
#include "view_pt_li_common.cxx"
+ Include dependency graph for view_pt.cxx:

Go to the source code of this file.

Enumerations

enum  {
  OPT_HELP , OPT_DIR , OPT_SMOOTH , OPT_TRI ,
  OPT_PTSIZE , OPT_CAMERA , OPT_IMAGE , OPT_SCALAR ,
  OPT_GREY , OPT_STEPS , OPT_SCALARD , OPT_RGB ,
  OPT_THROUGH , OPT_MAG , OPT_TRA , OPT_AXES
}
 

Functions

std::string image_file ("")
 
int error (int val)
 
int main (int argc, char **argv)
 

Variables

CSimpleOpt::SOption g_rgOptions []
 
vtkRenderer * ren
 
bool smooth = false
 
bool with_camera_file = false
 
a_pmat pmat
 
int * bb
 
bool is_textured = false
 
bool is_transparent = false
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OPT_HELP 
OPT_DIR 
OPT_SMOOTH 
OPT_TRI 
OPT_PTSIZE 
OPT_CAMERA 
OPT_IMAGE 
OPT_SCALAR 
OPT_GREY 
OPT_STEPS 
OPT_SCALARD 
OPT_RGB 
OPT_THROUGH 
OPT_MAG 
OPT_TRA 
OPT_AXES 

Definition at line 47 of file view_pt.cxx.

Function Documentation

◆ error()

int error ( int  val)

Definition at line 95 of file view_pt.cxx.

+ Here is the caller graph for this function:

◆ image_file()

std::string image_file ( ""  )
+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 103 of file view_pt.cxx.

+ Here is the call graph for this function:

Variable Documentation

◆ bb

int* bb

Definition at line 90 of file view_pt.cxx.

◆ g_rgOptions

CSimpleOpt::SOption g_rgOptions[]

Definition at line 49 of file view_pt.cxx.

◆ is_textured

bool is_textured = false

Definition at line 91 of file view_pt.cxx.

◆ is_transparent

bool is_transparent = false

Definition at line 92 of file view_pt.cxx.

◆ pmat

a_pmat pmat

Definition at line 88 of file view_pt.cxx.

◆ ren

vtkRenderer* ren

Definition at line 85 of file view_pt.cxx.

◆ smooth

bool smooth = false

Definition at line 86 of file view_pt.cxx.

◆ with_camera_file

bool with_camera_file = false

Definition at line 87 of file view_pt.cxx.