Itasca C++ Interface
Loading...
Searching...
No Matches
iudscalarlist.h
Go to the documentation of this file.
1#pragma once
2
8#include "iudtypelist.h"
9
10namespace itascaxd {
11 class IUDScalar;
12 using namespace itasca;
13
16 class IUDScalarList : public IUDTypeList<IUDScalar> {
17 public:
19 IThing *getIThing() override =0;
21 const IThing *getIThing() const override =0;
23 bool importFromFile(const QString &filename,const IGroupID &group) override =0;
27 bool exportToFile(const QString &filename,bool binary,const IRange *filter=0,const QString &comment=QString()) override =0;
28 };
29} // namespace itascaxd
30// EoF
Definition igroup.h:82
Base class for items that will be stored in containers.
Definition ithing.h:30
Interface to a filter, used as the main method for filtering objects.
Definition irange.h:32
Interface for the list of all IUDScalar (user defined tensor).
Definition iudscalarlist.h:16
bool importFromFile(const QString &filename, const IGroupID &group) override=0
Imports objects of type T from the file /a filename. All objects created are assigned a group of /a g...
IThing * getIThing() override=0
returns a IThing pointer
bool exportToFile(const QString &filename, bool binary, const IRange *filter=0, const QString &comment=QString()) override=0
const IThing * getIThing() const override=0
returns a const IThing pointer
Interface to a container of user-define data value types.
Definition iudtypelist.h:25
IUDTypeList is a template interface, for a container of IUDType objects.
namespace Itasca
Definition basememory.cpp:10
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:4