LR-splines  0.5
Namespaces | Defines
Element.cpp File Reference
#include "LRSpline/Element.h"
#include "LRSpline/Meshline.h"
#include "LRSpline/Basisfunction.h"

Go to the source code of this file.

Namespaces

namespace  LR

Defines

#define ASSERT_NEXT_CHAR(c)   {ws(is); nextChar = is.get(); if(nextChar!=c) { std::cerr << "Error parsing element\n"; exit(326); } ws(is); }
 Reads formatted input from input stream.

Define Documentation

#define ASSERT_NEXT_CHAR (   c)    {ws(is); nextChar = is.get(); if(nextChar!=c) { std::cerr << "Error parsing element\n"; exit(326); } ws(is); }

Reads formatted input from input stream.

Parameters:
isThe input stream to read from

Definition at line 134 of file Element.cpp.

Referenced by LR::Element::read().