Public Member Functions

LineCloudProxyBase Class Reference

Base class for LineCloudProxy. More...

Inheritance diagram for LineCloudProxyBase:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 LineCloudProxyBase (const LineCloudProxyBase &p)
DelayedDispatch add_line (float x1, float y1, float z1, float x2, float y2, float z2) PEEKABOT_DEPRECATED
 Add a line to the line cloud.

Detailed Description

Base class for LineCloudProxy.


Member Function Documentation

DelayedDispatch add_line ( float  x1,
float  y1,
float  z1,
float  x2,
float  y2,
float  z2 
)

Add a line to the line cloud.

This is just a convenience wrapper built upon the functionality provided by VertexBasedProxyBase.

See also:
add_vertices()
Deprecated:
Deprecated in peekabot 0.8. Use VertexSet in conjunction with add_vertices() instead.

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