Loading [MathJax]/extensions/tex2jax.js
MAIA bb96820c
Multiphysics at AIA
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
geometryproperty.h
Go to the documentation of this file.
1// Copyright (C) 2024 The m-AIA AUTHORS
2//
3// This file is part of m-AIA (https://git.rwth-aachen.de/aia/m-AIA/m-AIA)
4//
5// SPDX-License-Identifier: LGPL-3.0-only
6
7#ifndef GEOMETRYPROPERTY_H
8#define GEOMETRYPROPERTY_H
9
10#include "INCLUDE/maiatypes.h"
11#include "enums.h"
12
14 public:
17 MInt count();
19 MInt* asInt();
20 MFloat* asFloat();
22 void clear();
23
24 MString* asString(MInt index);
25 MInt* asInt(MInt index);
26 MFloat* asFloat(MInt index);
34};
35
36
37#endif
VariableType type()
VariableType propertyType
VariableType
Definition: enums.h:269
int32_t MInt
Definition: maiatypes.h:62
std::basic_string< char > MString
Definition: maiatypes.h:55
double MFloat
Definition: maiatypes.h:52