Defines | Functions
contrib/tbl/vipl/vipl_with_vnl_matrix/vipl_filterable_section_container_generator_vnl_vector.txx File Reference
#include <vnl/vnl_vector.h>
#include <vipl/section/vipl_section_container.txx>
#include <vipl/section/vipl_section_iterator.txx>

Go to the source code of this file.

Defines

#define vipl_filterable_section_container_generator_vnl_vector_txx_
#define FILTER_IMPTR_DEC_REFCOUNT(v)   {delete (v); (v)=0;}
#define FILTER_IMPTR_INC_REFCOUNT(v)
#define FILTER_KERNPTR_DEC_REFCOUNT(v)

Functions

template<class DataType >
vipl_section_container
< DataType > * 
vipl_filterable_section_container_generator (const vnl_vector< DataType > &vec, DataType *)

Define Documentation

#define FILTER_IMPTR_DEC_REFCOUNT (   v)    {delete (v); (v)=0;}
#define FILTER_IMPTR_INC_REFCOUNT (   v)
#define FILTER_KERNPTR_DEC_REFCOUNT (   v)
#define vipl_filterable_section_container_generator_vnl_vector_txx_

Function Documentation

template<class DataType >
vipl_section_container<DataType>* vipl_filterable_section_container_generator ( const vnl_vector< DataType > &  vec,
DataType *   
)