02.05.2013 Views

Primjena biblioteke VTK u vizualizaciji znanstvenih podataka - Pmf

Primjena biblioteke VTK u vizualizaciji znanstvenih podataka - Pmf

Primjena biblioteke VTK u vizualizaciji znanstvenih podataka - Pmf

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

}<br />

return 0;<br />

Message.h<br />

#ifndef MESSAGE_H<br />

#define MESSAGE_H<br />

#include <br />

#include <br />

class Message<br />

{<br />

public:<br />

static void help();<br />

static void error(std::string err);<br />

static void exitError(std::string err);<br />

static void simple(std::string msg);<br />

};<br />

#endif<br />

Message.cxx<br />

#include "Message.h"<br />

void Message::error(std::string err)<br />

{<br />

std::cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!