V-ART
Namespaces | Functions
meshobject.cpp File Reference

Implementation file for V-ART class "MeshObject". More...

#include "vart/meshobject.h"
#include "vart/file.h"
#include <sstream>
#include <cassert>
#include <fstream>
#include <cstdlib>
#include <algorithm>
#include <cctype>

Go to the source code of this file.

Namespaces

 VART
 V-ART namespace;.
 

Functions

unsigned int CountOccurrences (char c, string s)
 
ostream & VART::operator<< (ostream &output, const MeshObject &m)
 

Detailed Description

Implementation file for V-ART class "MeshObject".

Version
Revision:
1.14

Definition in file meshobject.cpp.

Function Documentation

unsigned int CountOccurrences ( char  c,
string  s 
)

Definition at line 19 of file meshobject.cpp.

Referenced by VART::MeshObject::ReadVertex().