kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
Loading...
Searching...
No Matches
kodama::KODAMAGraphHandle Class Reference

#include <kodama.hpp>

Public Member Functions

 KODAMAGraphHandle ()
 
 ~KODAMAGraphHandle ()
 
 KODAMAGraphHandle (const KODAMAGraphHandle &) noexcept
 
KODAMAGraphHandleoperator= (const KODAMAGraphHandle &) noexcept
 
 KODAMAGraphHandle (KODAMAGraphHandle &&) noexcept
 
KODAMAGraphHandleoperator= (KODAMAGraphHandle &&) noexcept
 
bool valid () const noexcept
 
Backend backend () const noexcept
 
int samples () const noexcept
 
int neighbors () const noexcept
 
bool host_materialized () const noexcept
 

Friends

struct detail::KODAMAGraphHandleAccess
 
NeighborGraph KODAMAGraphMaterialize (const KODAMAGraphResult &graph)
 

Detailed Description

Definition at line 481 of file kodama.hpp.

Constructor & Destructor Documentation

◆ KODAMAGraphHandle() [1/3]

kodama::KODAMAGraphHandle::KODAMAGraphHandle ( )

◆ ~KODAMAGraphHandle()

kodama::KODAMAGraphHandle::~KODAMAGraphHandle ( )

◆ KODAMAGraphHandle() [2/3]

kodama::KODAMAGraphHandle::KODAMAGraphHandle ( const KODAMAGraphHandle )
noexcept

◆ KODAMAGraphHandle() [3/3]

kodama::KODAMAGraphHandle::KODAMAGraphHandle ( KODAMAGraphHandle &&  )
noexcept

Member Function Documentation

◆ backend()

Backend kodama::KODAMAGraphHandle::backend ( ) const
noexcept

◆ host_materialized()

bool kodama::KODAMAGraphHandle::host_materialized ( ) const
noexcept

◆ neighbors()

int kodama::KODAMAGraphHandle::neighbors ( ) const
noexcept

◆ operator=() [1/2]

KODAMAGraphHandle & kodama::KODAMAGraphHandle::operator= ( const KODAMAGraphHandle )
noexcept

◆ operator=() [2/2]

KODAMAGraphHandle & kodama::KODAMAGraphHandle::operator= ( KODAMAGraphHandle &&  )
noexcept

◆ samples()

int kodama::KODAMAGraphHandle::samples ( ) const
noexcept

◆ valid()

bool kodama::KODAMAGraphHandle::valid ( ) const
noexcept

Friends And Related Symbol Documentation

◆ detail::KODAMAGraphHandleAccess

friend struct detail::KODAMAGraphHandleAccess
friend

Definition at line 502 of file kodama.hpp.

◆ KODAMAGraphMaterialize

NeighborGraph KODAMAGraphMaterialize ( const KODAMAGraphResult graph)
friend

Materialize a handle-backed graph as one-based host arrays on demand.


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