IODA
ioda::ObjectSelection Class Reference

Allows you to select objects for a copy operation. More...

#include <Copying.h>

Collaboration diagram for ioda::ObjectSelection:

Public Member Functions

 ~ObjectSelection ()
 
 ObjectSelection ()
 
 ObjectSelection (const Group &g, bool recurse=true)
 

Public Attributes

Group g_
 
bool recurse_ = false
 

Detailed Description

Allows you to select objects for a copy operation.

Definition at line 40 of file Copying.h.

Constructor & Destructor Documentation

◆ ~ObjectSelection()

ioda::ObjectSelection::~ObjectSelection ( )

Definition at line 13 of file Copying.cpp.

◆ ObjectSelection() [1/2]

ioda::ObjectSelection::ObjectSelection ( )

Definition at line 14 of file Copying.cpp.

◆ ObjectSelection() [2/2]

ioda::ObjectSelection::ObjectSelection ( const Group g,
bool  recurse = true 
)

Definition at line 15 of file Copying.cpp.

Member Data Documentation

◆ g_

Group ioda::ObjectSelection::g_

Definition at line 43 of file Copying.h.

◆ recurse_

bool ioda::ObjectSelection::recurse_ = false

Definition at line 44 of file Copying.h.


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