Skip to main content

DPF C++ client library 2023 R2

ansys::dpf::ExternalStream Class Reference

Last update: 10.07.2023

#include <dpf_api.h>

Public Member Functions

virtual void release ()=0
 
virtual std::string streamTypeName () const =0
 
virtual std::string fileName () const =0
 

Detailed Description

Abstraction of a stream.

See also
Streams

Member Function Documentation

◆ fileName()

virtual std::string ansys::dpf::ExternalStream::fileName ( ) const
pure virtual
Returns
File name of stream.

◆ release()

virtual void ansys::dpf::ExternalStream::release ( )
pure virtual

Free a stream after usage.

◆ streamTypeName()

virtual std::string ansys::dpf::ExternalStream::streamTypeName ( ) const
pure virtual
Returns
Type name of stream.