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

Go to the source code of this file.

Classes

class  a_image
 
class  a_image::file_error
 

Functions

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

Function Documentation

◆ delete_vector()

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

Definition at line 146 of file a_image.cxx.

+ Here is the call graph for this function:

◆ operator!=()

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

Definition at line 68 of file a_image.h.

◆ operator==()

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

Definition at line 67 of file a_image.h.