OGS
FileIO::Gocad::Layer Struct Referencefinal

Detailed Description

Definition at line 17 of file Layer.h.

#include <Layer.h>

Public Member Functions

bool hasRegion (Region const &r) const

Public Attributes

std::vector< Regionregions

Member Function Documentation

◆ hasRegion()

bool FileIO::Gocad::Layer::hasRegion ( Region const & r) const
inline

Definition at line 21 of file Layer.h.

22 {
23 return (std::find(regions.begin(), regions.end(), r) != regions.end());
24 }
std::vector< Region > regions
Definition Layer.h:19

References regions.

Member Data Documentation

◆ regions

std::vector<Region> FileIO::Gocad::Layer::regions

Definition at line 19 of file Layer.h.

Referenced by hasRegion(), FileIO::Gocad::operator<<(), and FileIO::Gocad::parseLayer().


The documentation for this struct was generated from the following file: