Points&Forces (core)
Software tools facilitating the task of surveying architecture
Public Member Functions | Static Public Member Functions | List of all members
a_pos Class Reference

position matrix More...

#include <a_pos.h>

+ Inheritance diagram for a_pos:
+ Collaboration diagram for a_pos:

Public Member Functions

 a_pos ()
 
 a_pos (const a_mat &m)
 
a_postranslate (double x, double y, double z)
 
a_postranslate (a_point t)
 
a_posrotateX (double v)
 
a_posrotateY (double v)
 
a_posrotateZ (double v)
 
a_posorient (a_point dir)
 
a_posrotate (const a_quaternion &q)
 
- Public Member Functions inherited from a_mat
 a_mat (UI i, UI j, double v=0)
 
 a_mat (int i, int j, double v=0)
 
 a_mat (const a_mat &m)
 
 ~a_mat ()
 
UI maxi () const
 
UI maxj () const
 
UI size () const
 
std::valarray< double > & x () const
 
virtual double & operator() (const UI i, const UI j)
 
virtual double operator() (const UI i, const UI j) const
 
a_matoperator= (const a_mat &m)
 
bool operator== (const a_mat &a)
 
a_matoperator- ()
 
a_matoperator+= (const a_mat &a)
 
a_mat operator+ (const a_mat &a)
 
a_matoperator-= (const a_mat &a)
 
a_mat operator- (const a_mat &a)
 
a_matoperator*= (double v)
 
a_mat operator* (double v)
 
a_matoperator/= (double v)
 
a_mat operator/ (double v)
 
a_mat transpose ()
 
void swapc (UI c1, UI c2)
 
void swapr (UI r1, UI r2)
 
a_mat sub_matrix (const UI i, const UI j) const
 
virtual void read (std::istream &i)
 
virtual void write (std::ostream &o) const
 
- Public Member Functions inherited from a_mat_base
virtual const std::string classname ()
 
- Public Member Functions inherited from a_base
 a_base ()
 
void read (const std::string &file_in)
 
void write (const std::string &file_out) const
 
void small (double tol)
 
double small () const
 

Static Public Member Functions

static const std::string help ()
 
- Static Public Member Functions inherited from a_mat_base
static const std::string help ()
 
- Static Public Member Functions inherited from a_base
static const std::string help ()
 

Additional Inherited Members

- Protected Attributes inherited from a_mat
UI maxi_
 
UI maxj_
 
std::valarray< double > * x_
 
- Protected Attributes inherited from a_base
double verysmall_
 

Detailed Description

position matrix

Definition at line 30 of file a_pos.h.

Constructor & Destructor Documentation

◆ a_pos() [1/2]

a_pos::a_pos ( )
inline

Definition at line 33 of file a_pos.h.

◆ a_pos() [2/2]

a_pos::a_pos ( const a_mat m)

Definition at line 38 of file a_pos.cxx.

Member Function Documentation

◆ help()

const std::string a_pos::help ( )
static

Definition at line 19 of file a_pos.cxx.

+ Here is the caller graph for this function:

◆ orient()

a_pos & a_pos::orient ( a_point  dir)

Definition at line 94 of file a_pos.cxx.

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

◆ rotate()

a_pos & a_pos::rotate ( const a_quaternion q)

Definition at line 126 of file a_pos.cxx.

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

◆ rotateX()

a_pos & a_pos::rotateX ( double  v)

Definition at line 61 of file a_pos.cxx.

+ Here is the caller graph for this function:

◆ rotateY()

a_pos & a_pos::rotateY ( double  v)

Definition at line 72 of file a_pos.cxx.

+ Here is the caller graph for this function:

◆ rotateZ()

a_pos & a_pos::rotateZ ( double  v)

Definition at line 83 of file a_pos.cxx.

+ Here is the caller graph for this function:

◆ translate() [1/2]

a_pos & a_pos::translate ( a_point  t)

Definition at line 55 of file a_pos.cxx.

+ Here is the call graph for this function:

◆ translate() [2/2]

a_pos & a_pos::translate ( double  x,
double  y,
double  z 
)

Definition at line 47 of file a_pos.cxx.

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

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