Points&Forces (survey)
Software tools facilitating the task of surveying architecture
|
#include <vector>
#include "a_face.h"
#include "a_block.h"
#include "a_plane.h"
#include "a_triangle.h"
Go to the source code of this file.
Classes | |
class | a_face_2d4 |
Functions | |
a_face_2d4 * | cf_2d4 (a_face *f) |
const a_face_2d4 * | cf_2d4 (const a_face *f) |
a_face_2d4* cf_2d4 | ( | a_face * | f | ) |
const a_face_2d4* cf_2d4 | ( | const a_face * | f | ) |
Definition at line 27 of file a_face_2d4.cxx.