GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::Shape(3) MPQC sc::Shape(3)

sc::Shape - A Shape is a Volume represents an 3D solid.

#include <shape.h>

Inherits sc::Volume.

Inherited by sc::ConnollyShape, sc::SphereShape, sc::Uncapped5SphereExclusionShape, sc::UncappedTorusHoleShape, and sc::UnionShape.


Shape (const Ref< KeyVal > &keyval)
virtual double distance_to_surface (const SCVector3 &r, SCVector3 *grad=0) const =0
virtual int is_outside (const SCVector3 &r) const
void compute ()
Recompute at least the results that have compute true and are not already computed. void interpolate (const SCVector3 &p1, const SCVector3 &p2, double val, SCVector3 &result)
int value_implemented () const
Information about the availability of values, gradients, and hessians.

A Shape is a Volume represents an 3D solid.

The value of the Shape at each point in space is the distance to the surface. The distance is negative if the point is inside the solid. For Shape specializations that cannot compute the distance to the surface, the value will be 1.0 outside and -1.0 inside the solid.

Recompute at least the results that have compute true and are not already computed. This should only be called by Result's members.

Implements sc::Volume.

Reimplemented from sc::Volume.

Information about the availability of values, gradients, and hessians.

Reimplemented from sc::Function.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.