Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
a_subpixel_interactor Class Reference

a_subpixel_interactor More...

#include <a_subpixel_interactor.h>

+ Inheritance diagram for a_subpixel_interactor:
+ Collaboration diagram for a_subpixel_interactor:

Public Member Functions

 vtkTypeMacro (a_subpixel_interactor, vtkInteractorStyleTrackballCamera)
 
 a_subpixel_interactor ()
 
void set (vtkPoints *points, vtkImageClip *clip, int maxu, int maxv)
 
void setpos (pixelpos_points *pos)
 
void setscale (vtkImageShiftScale *scale, double scale0)
 
virtual ~a_subpixel_interactor ()
 
void SetImage (vtkImageReader2 *image)
 
virtual void OnLeftButtonDown () override
 
virtual void OnLeftButtonUp () override
 
virtual void OnRightButtonDown () override
 
virtual void OnRightButtonUp () override
 
virtual void OnChar () override
 

Static Public Member Functions

static a_subpixel_interactorNew ()
 

Protected Member Functions

void reset ()
 
void resetlight ()
 
void clipmove (int u, int v)
 

Protected Attributes

pixelpos_pointspos_
 
vtkRenderer * ren_
 
vtkImageReader2 * image_
 
bool initialised_
 
bool started_
 
bool window_started_
 
bool change_pos_
 
bool selection_
 
vtkImageClip * clip_
 
vtkPoints * points_
 
vtkImageShiftScale * scale_
 
double scale0_
 
int maxu_
 
int maxv_
 
int fxmin_
 
int fymin_
 

Detailed Description

a_subpixel_interactor

Author
P.Smars
Date
2000-2003

Definition at line 45 of file a_subpixel_interactor.h.

Constructor & Destructor Documentation

◆ a_subpixel_interactor()

a_subpixel_interactor::a_subpixel_interactor ( )

Definition at line 108 of file a_subpixel_interactor.h.

+ Here is the caller graph for this function:

◆ ~a_subpixel_interactor()

virtual a_subpixel_interactor::~a_subpixel_interactor ( )
inlinevirtual

Definition at line 60 of file a_subpixel_interactor.h.

Member Function Documentation

◆ clipmove()

void a_subpixel_interactor::clipmove ( int  u,
int  v 
)
protected

Definition at line 325 of file a_subpixel_interactor.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ New()

a_subpixel_interactor * a_subpixel_interactor::New ( )
static

Definition at line 89 of file a_subpixel_interactor.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ OnChar()

void a_subpixel_interactor::OnChar ( )
overridevirtual

Definition at line 262 of file a_subpixel_interactor.h.

+ Here is the call graph for this function:

◆ OnLeftButtonDown()

void a_subpixel_interactor::OnLeftButtonDown ( )
overridevirtual

Definition at line 117 of file a_subpixel_interactor.h.

◆ OnLeftButtonUp()

void a_subpixel_interactor::OnLeftButtonUp ( )
overridevirtual

Definition at line 136 of file a_subpixel_interactor.h.

+ Here is the call graph for this function:

◆ OnRightButtonDown()

void a_subpixel_interactor::OnRightButtonDown ( )
overridevirtual

Definition at line 162 of file a_subpixel_interactor.h.

◆ OnRightButtonUp()

void a_subpixel_interactor::OnRightButtonUp ( )
overridevirtual

Definition at line 175 of file a_subpixel_interactor.h.

+ Here is the call graph for this function:

◆ reset()

void a_subpixel_interactor::reset ( )
protected

Definition at line 99 of file a_subpixel_interactor.h.

+ Here is the caller graph for this function:

◆ resetlight()

void a_subpixel_interactor::resetlight ( )
protected

Definition at line 318 of file a_subpixel_interactor.h.

+ Here is the caller graph for this function:

◆ set()

void a_subpixel_interactor::set ( vtkPoints *  points,
vtkImageClip *  clip,
int  maxu,
int  maxv 
)
inline

Definition at line 53 of file a_subpixel_interactor.h.

+ Here is the caller graph for this function:

◆ SetImage()

void a_subpixel_interactor::SetImage ( vtkImageReader2 *  image)
inline

Definition at line 61 of file a_subpixel_interactor.h.

+ Here is the caller graph for this function:

◆ setpos()

void a_subpixel_interactor::setpos ( pixelpos_points pos)
inline

Definition at line 58 of file a_subpixel_interactor.h.

+ Here is the caller graph for this function:

◆ setscale()

void a_subpixel_interactor::setscale ( vtkImageShiftScale *  scale,
double  scale0 
)
inline

Definition at line 59 of file a_subpixel_interactor.h.

+ Here is the caller graph for this function:

◆ vtkTypeMacro()

a_subpixel_interactor::vtkTypeMacro ( a_subpixel_interactor  ,
vtkInteractorStyleTrackballCamera   
)

Member Data Documentation

◆ change_pos_

bool a_subpixel_interactor::change_pos_
protected

Definition at line 74 of file a_subpixel_interactor.h.

◆ clip_

vtkImageClip* a_subpixel_interactor::clip_
protected

Definition at line 76 of file a_subpixel_interactor.h.

◆ fxmin_

int a_subpixel_interactor::fxmin_
protected

Definition at line 82 of file a_subpixel_interactor.h.

◆ fymin_

int a_subpixel_interactor::fymin_
protected

Definition at line 83 of file a_subpixel_interactor.h.

◆ image_

vtkImageReader2* a_subpixel_interactor::image_
protected

Definition at line 70 of file a_subpixel_interactor.h.

◆ initialised_

bool a_subpixel_interactor::initialised_
protected

Definition at line 71 of file a_subpixel_interactor.h.

◆ maxu_

int a_subpixel_interactor::maxu_
protected

Definition at line 80 of file a_subpixel_interactor.h.

◆ maxv_

int a_subpixel_interactor::maxv_
protected

Definition at line 81 of file a_subpixel_interactor.h.

◆ points_

vtkPoints* a_subpixel_interactor::points_
protected

Definition at line 77 of file a_subpixel_interactor.h.

◆ pos_

pixelpos_points* a_subpixel_interactor::pos_
protected

Definition at line 68 of file a_subpixel_interactor.h.

◆ ren_

vtkRenderer* a_subpixel_interactor::ren_
protected

Definition at line 69 of file a_subpixel_interactor.h.

◆ scale0_

double a_subpixel_interactor::scale0_
protected

Definition at line 79 of file a_subpixel_interactor.h.

◆ scale_

vtkImageShiftScale* a_subpixel_interactor::scale_
protected

Definition at line 78 of file a_subpixel_interactor.h.

◆ selection_

bool a_subpixel_interactor::selection_
protected

Definition at line 75 of file a_subpixel_interactor.h.

◆ started_

bool a_subpixel_interactor::started_
protected

Definition at line 72 of file a_subpixel_interactor.h.

◆ window_started_

bool a_subpixel_interactor::window_started_
protected

Definition at line 73 of file a_subpixel_interactor.h.


The documentation for this class was generated from the following file: