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

Go to the source code of this file.

Classes

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

Functions

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

Function Documentation

◆ delete_vector()

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

Definition at line 720 of file a_screenlayer.cxx.

+ Here is the call graph for this function:

◆ operator!=()

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

Definition at line 108 of file a_screenlayer.h.

◆ operator==()

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

Definition at line 107 of file a_screenlayer.h.