All pastes #2119655 Raw Edit

Miscellany

public cpp v1 · immutable
#2119655 ·published 2012-02-18 09:41 UTC
rendered paste body
#ifndef _VTKParser#define _VTKParser#include <string>using namespace std;class VTKParser{  protected:    string message;  public:    VTKParser();    string getMessage();    int setVerticesArray;    int setPolysArray;    int setTextureArray;};#endif