kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Functions
collections-example-c.cpp File Reference
#include "KIM_Collection.h"
#include "KIM_CollectionItemType.h"
#include "KIM_Collections.h"
#include <iostream>
Include dependency graph for collections-example-c.cpp:

Go to the source code of this file.

Functions

void dirsForCollection (KIM_Collection const collection, KIM_Collections *const col)
 
void namesForCollection (KIM_Collection kc, KIM_Collections *const col)
 
int main ()
 

Function Documentation

◆ dirsForCollection()

void dirsForCollection ( KIM_Collection const  collection,
KIM_Collections *const  col 
)

Definition at line 34 of file collections-example-c.cpp.

◆ main()

int main ( )

Definition at line 125 of file collections-example-c.cpp.

◆ namesForCollection()

void namesForCollection ( KIM_Collection  kc,
KIM_Collections *const  col 
)

Definition at line 83 of file collections-example-c.cpp.