make a vector of type 
- Template Parameters
 - 
  
  
 
- Parameters
 - 
  
  
 
- Template Parameters
 - 
  
    | FROM | type in data into the vector. | 
  
   
This function relies on the std library to cast data approriately during the construction of the vector.
- Template Parameters
 - 
  
    | TO | data type to cast elements of the data pointer to  | 
    | FROM | data type of the pointer data is extracted from  | 
  
   
- Parameters
 - 
  
    | data | pointer to | 
    | count | number of  | 
  
   
- Template Parameters
 - 
  
  
 
- Parameters
 - 
  
    | count | number of elements in the | 
    | data | pointer  | 
  
   
- Returns
 - std::vector<TO> vector filled with
 
- Parameters
 - 
  
    | count | number of elements extracted from | 
    | data |  | 
  
   
Referenced by models::bmi::GetValue().