#include <FilePart.h>
◆ FilePart() [1/2]
      
        
          | epc::FilePart::FilePart  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ FilePart() [2/2]
  
  
      
        
          | epc::FilePart::FilePart  | 
          ( | 
          std::string |           outputPartPath | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
Constructor. 
- Parameters
 - 
  
    | outputPartPath | The path of the part within the package.  | 
  
   
 
 
◆ addRelationship()
      
        
          | void epc::FilePart::addRelationship  | 
          ( | 
          const Relationship & |           relationship | ) | 
           | 
        
      
 
Copy an existing relationship into the relationship set of the part.
- Parameters
 - 
  
    | relationship | The relationship.  | 
  
   
 
 
◆ createRelationship()
      
        
          | void epc::FilePart::createRelationship  | 
          ( | 
          const std::string & |           rsTarget,  | 
        
        
           | 
           | 
          const std::string & |           rsType,  | 
        
        
           | 
           | 
          const std::string & |           rsId,  | 
        
        
           | 
           | 
          bool |           internalTarget = true ) | 
        
      
 
Creates a new relationship into the relationship set of the part according to the supplied parameters
- Parameters
 - 
  
    | rsTarget | The RS target.  | 
    | rsType | Type of the RS.  | 
    | rsId | Identifier for the RS.  | 
    | internalTarget | (Optional) True to internal target.  | 
  
   
 
 
◆ getFileRelationship()
Gets file relationship. 
- Returns
 - The file relationship. 
 
 
 
◆ getIndexRelationship()
      
        
          | Relationship epc::FilePart::getIndexRelationship  | 
          ( | 
          int |           index | ) | 
           const | 
        
      
 
Gets index relationship
- Parameters
 - 
  
    | index | Zero-based index of the. | 
  
   
- Returns
 - The index relationship. 
 
 
 
The documentation for this class was generated from the following file:
- C:/Users/philippe/dev/fesapiEnv/fesapi-2.9.0.1/src/epc/FilePart.h