Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Functions
a_element.h File Reference
#include "vtkActor.h"
#include "vtkPolyData.h"
#include "a_canvas.h"
#include <string>
#include <iostream>
#include <sstream>
#include <vector>
#include "a_point.h"
#include "a_image.h"
#include "a_text.h"
+ Include dependency graph for a_element.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  a_element
 layer used by screen to draw vector graphics More...
 

Functions

bool operator== (a_element *l, const std::string s)
 
bool operator!= (a_element *l, const std::string s)
 
void delete_vector (std::vector< a_element * > &)
 

Function Documentation

◆ delete_vector()

void delete_vector ( std::vector< a_element * > &  v)

Definition at line 665 of file a_element.cxx.

+ Here is the call graph for this function:

◆ operator!=()

bool operator!= ( a_element l,
const std::string  s 
)
inline

Definition at line 139 of file a_element.h.

◆ operator==()

bool operator== ( a_element l,
const std::string  s 
)
inline

Definition at line 138 of file a_element.h.