Public Member Functions | |
| EmptyIndexedSpace (const IndexedSpace &src) | |
| bool | isSubspace (const IndexedSpace &other) const |
| Return whether the given space is a subspace. | |
| bool | isSame (const IndexedSpace &other) const |
| Return if the given space and us are the same. | |
| bool | isCompatible (const IndexedSpace &other) const |
| Return if the spaces can interoperate. | |
| Public Member Functions inherited from Arcane::IndexedSpace | |
| IndexedSpace (const IndexedSpace &src) | |
| IndexedSpace & | operator= (const IndexedSpace &src) |
Definition at line 57 of file IndexedSpace.h.
|
inline |
Definition at line 60 of file IndexedSpace.h.
|
inline |
Definition at line 61 of file IndexedSpace.h.
|
inline |
Definition at line 63 of file IndexedSpace.h.
|
inlinevirtual |
Return if the spaces can interoperate.
Reimplemented from Arcane::IndexedSpace.
Definition at line 78 of file IndexedSpace.h.
|
inlinevirtual |
Return if the given space and us are the same.
Reimplemented from Arcane::IndexedSpace.
Definition at line 73 of file IndexedSpace.h.
|
inlinevirtual |
Return whether the given space is a subspace.
Reimplemented from Arcane::IndexedSpace.
Definition at line 68 of file IndexedSpace.h.