| 
    Geant4
    9.6.p02
    
   | 
 
#include <G4KnotVector.hh>
Public Member Functions | |
| G4KnotVector () | |
| G4KnotVector (G4int sz) | |
| ~G4KnotVector () | |
| G4KnotVector (const G4KnotVector &orig) | |
| G4KnotVector & | operator= (const G4KnotVector &right) | 
| G4int | GetSize () const | 
| G4double | GetKnot (G4int knot_number) const | 
| void | PutKnot (G4int knot_number, G4double value) | 
| G4KnotVector * | MultiplyKnotVector (G4int num, G4double value) | 
| G4double * | MergeKnotVector (const G4double *knots_to_add, G4int add_size) | 
| G4int | CheckKnotVector (G4double val) const | 
| void | ExtractKnotVector (G4KnotVector *kv, G4int upper, G4int lower) | 
| G4int | GetKnotIndex (G4double k_value, G4int order) const | 
Definition at line 45 of file G4KnotVector.hh.
| G4KnotVector::G4KnotVector | ( | ) | 
Definition at line 39 of file G4KnotVector.cc.


| G4KnotVector::G4KnotVector | ( | G4int | sz) | 
| G4KnotVector::~G4KnotVector | ( | ) | 
Definition at line 55 of file G4KnotVector.cc.
| G4KnotVector::G4KnotVector | ( | const G4KnotVector & | orig) | 
Definition at line 60 of file G4KnotVector.cc.
| void G4KnotVector::ExtractKnotVector | ( | G4KnotVector * | kv, | 
| G4int | upper, | ||
| G4int | lower | ||
| ) | 
Definition at line 185 of file G4KnotVector.cc.

Definition at line 83 of file G4KnotVector.cc.
      
  | 
  inline | 

| G4KnotVector * G4KnotVector::MultiplyKnotVector | ( | G4int | num, | 
| G4double | value | ||
| ) | 
| G4KnotVector & G4KnotVector::operator= | ( | const G4KnotVector & | right) | 
Definition at line 70 of file G4KnotVector.cc.
 1.8.4