mlpack  master
Public Member Functions | List of all members
mlpack::neighbor::DeleteVisitor Class Reference

DeleteVisitor deletes the given NSType instance. More...

Inheritance diagram for mlpack::neighbor::DeleteVisitor:
Inheritance graph
[legend]

Public Member Functions

template<typename NSType >
void operator() (NSType *ns) const
 Delete the NSType object. More...
 

Detailed Description

DeleteVisitor deletes the given NSType instance.

Definition at line 247 of file ns_model.hpp.

Member Function Documentation

template<typename NSType >
void mlpack::neighbor::DeleteVisitor::operator() ( NSType ns) const

Delete the NSType object.


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