Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10704668
Domain.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
606 B
Referenced Files
None
Subscribers
None
Domain.h
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
Sun, May 31, 4:34 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
329839
Default Alt Text
Domain.h (606 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment