Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F25860163
Domain.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
581 B
Referenced Files
None
Subscribers
None
Domain.hpp
View Options
#ifndef DOMAIN_HEADERFILE
#define DOMAIN_HEADERFILE
class
Domain
{
private
:
bool
flagLowerBoundaryExist
,
flagUpperBoundaryExist
;
float
lowerBoundary
,
upperBoundary
;
public
:
Domain
();
void
setLowerBoundary
(
float
lowerBoundary
);
void
setUpperBoundary
(
float
upperBoundary
);
void
setBoundaries
(
float
lowerBoundary
,
float
upperBoundary
);
void
unsetBoundaries
();
bool
lowerBoundaryExist
();
float
getLowerBoundary
();
bool
getLowerBoundary
(
float
*
lowerBoundary
);
bool
upperBoundaryExist
();
float
getUpperBoundary
();
bool
getUpperBoundary
(
float
*
upperBoundary
);
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Aug 29, 4:41 PM (21 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
371548
Default Alt Text
Domain.hpp (581 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment