libjbt

seedpoint.h

This is the verbatim text of the seedpoint.h include file.

#ifndef jbt_seedpoint_h
#define jbt_seedpoint_h

#include "ngnode.h"


class jbt_seedpoint : public jbt_ngnode
{
public:
    jbt_seedpoint( const jVec3&, jbt_blobtree* =0 );

    jbt_blobtree::Type type() const { jbt_blobtree::jbtSeedPoint; }

private:
    
    void seedPoints( jVec3list& ) const;

    jVec3 sp;
};

#endif

JSP / libjbt v0.1 mtigges@cpsc.ucalgary.ca