RINGMesh  Version 5.0.0
A programming library for geological model meshes
Base Class Reference
Inheritance diagram for Base:
Derived

Public Member Functions

virtual ~Base ()=default
 

Protected Member Functions

 Base (A &a, B &b)
 

Protected Attributes

Aa_
 
Bb_
 

Detailed Description

Definition at line 64 of file test-factory.cpp.

Constructor & Destructor Documentation

◆ ~Base()

virtual Base::~Base ( )
virtualdefault

◆ Base()

Base::Base ( A a,
B b 
)
inlineprotected

Definition at line 70 of file test-factory.cpp.

Member Data Documentation

◆ a_

A& Base::a_
protected

Definition at line 75 of file test-factory.cpp.

◆ b_

B& Base::b_
protected

Definition at line 76 of file test-factory.cpp.


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