SkePU  1.2
 All Classes Namespaces Files Functions Variables Enumerations Friends Macros Groups Pages
Public Member Functions | Friends | List of all members
skepu::Node Struct Reference

#include <trainer.h>

Collaboration diagram for skepu::Node:
Collaboration graph
[legend]

Public Member Functions

 ~Node ()
 

Friends

std::ostream & operator<< (std::ostream &os, const Node &node)
 

Detailed Description

A node represents one node of a tree which can have a parent node and zero or more child nodes... Each node can have two or more points on which it is measured... For dimens = 1, each node will have 2 points and so on...

Constructor & Destructor Documentation

skepu::Node::~Node ( )
inline

Node class destructor that recursively deletes all node child objects

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Node node 
)
friend

A friend function that can print a Node object


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