1#ifndef __FIBER_FIELD_BASESPACE_HPP
2#define __FIBER_FIELD_BASESPACE_HPP "Created 27.02.2001 21:42:27 by werner"
5#include <memcore/TypeInfo.hpp>
6#include <memcore/RefPtr.hpp>
7#include <memcore/Interface.hpp>
18 ,
public Ownable<BaseSpaceDependency>
44#pragma warning( disable : 4355 )
62 virtual int Dims()
const = 0;
basic_string< char > string
A base class for dependencies on a BaseSpace.
Definition BaseSpace.hpp:19
Base class for spaces that may be used for mapping domains to fiber spaces.
Definition BaseSpace.hpp:38
virtual int Dims() const =0
Dimensionality of this base space.
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Domain-specific class of objects that can be owned.
Definition Ownable.hpp:81
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
typename Ownable< OwnedObjectType, ContainerBase >::Container OwnerOf
Shortcut to find the owning type.
Definition Ownable.hpp:265